mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-25 20:44:38 +00:00
use chevron icon to see all profiles
This commit is contained in:
+7
-4
@@ -222,12 +222,15 @@ private fun UsersLayout(
|
||||
) {
|
||||
Box(
|
||||
contentAlignment = Alignment.Center,
|
||||
modifier = Modifier.size(31.dp * fontSizeSqrtMultiplier).background(MaterialTheme.colors.secondary, CircleShape)
|
||||
) {
|
||||
modifier = Modifier
|
||||
.size(31.dp * fontSizeSqrtMultiplier)
|
||||
.background(MaterialTheme.colors.surface, CircleShape)
|
||||
.border(border = BorderStroke(2.dp, MaterialTheme.colors.secondary), shape = CircleShape),
|
||||
) {
|
||||
Icon(
|
||||
painterResource(MR.images.ic_more_horiz),
|
||||
painterResource(MR.images.ic_chevron_right),
|
||||
stringResource(MR.strings.your_chat_profiles),
|
||||
tint = MaterialTheme.colors.surface,
|
||||
tint = MaterialTheme.colors.secondary,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user