mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 18:46:39 +02:00
Add description to relay list selector in NewMediaView
This commit is contained in:
@@ -148,7 +148,7 @@ fun NewMediaView(
|
|||||||
) {
|
) {
|
||||||
Icon(
|
Icon(
|
||||||
painter = painterResource(R.drawable.relays),
|
painter = painterResource(R.drawable.relays),
|
||||||
contentDescription = null,
|
contentDescription = stringRes(id = R.string.relay_list_selector),
|
||||||
modifier = Modifier.height(25.dp),
|
modifier = Modifier.height(25.dp),
|
||||||
tint = MaterialTheme.colorScheme.onBackground,
|
tint = MaterialTheme.colorScheme.onBackground,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user