Fixes hashtag search i18n and padding
This commit is contained in:
+2
-1
@@ -317,6 +317,7 @@ fun HashtagLine(
|
|||||||
start = 12.dp,
|
start = 12.dp,
|
||||||
end = 12.dp,
|
end = 12.dp,
|
||||||
top = 10.dp,
|
top = 10.dp,
|
||||||
|
bottom = 10.dp,
|
||||||
),
|
),
|
||||||
) {
|
) {
|
||||||
Row(
|
Row(
|
||||||
@@ -325,7 +326,7 @@ fun HashtagLine(
|
|||||||
modifier = Modifier.fillMaxWidth(),
|
modifier = Modifier.fillMaxWidth(),
|
||||||
) {
|
) {
|
||||||
Text(
|
Text(
|
||||||
"Search hashtag: #$tag",
|
stringRes(R.string.search_by_hashtag, tag),
|
||||||
fontWeight = FontWeight.Bold,
|
fontWeight = FontWeight.Bold,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1171,4 +1171,6 @@
|
|||||||
<string name="group_relay">Chat Relay</string>
|
<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="group_relay_explanation">The relay that all users of this chat connect to</string>
|
||||||
<string name="share_image">Share image…</string>
|
<string name="share_image">Share image…</string>
|
||||||
|
|
||||||
|
<string name="search_by_hashtag">Search hashtag: #%1$s</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user