Fixes hashtag search i18n and padding

This commit is contained in:
Vitor Pamplona
2025-05-20 11:50:24 -04:00
parent a5e8bdd43a
commit 041aa1c461
2 changed files with 4 additions and 1 deletions
@@ -317,6 +317,7 @@ fun HashtagLine(
start = 12.dp,
end = 12.dp,
top = 10.dp,
bottom = 10.dp,
),
) {
Row(
@@ -325,7 +326,7 @@ fun HashtagLine(
modifier = Modifier.fillMaxWidth(),
) {
Text(
"Search hashtag: #$tag",
stringRes(R.string.search_by_hashtag, tag),
fontWeight = FontWeight.Bold,
)
}
+2
View File
@@ -1171,4 +1171,6 @@
<string name="group_relay">Chat Relay</string>
<string name="group_relay_explanation">The relay that all users of this chat connect to</string>
<string name="share_image">Share image…</string>
<string name="search_by_hashtag">Search hashtag: #%1$s</string>
</resources>