mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +01:00
style: M3 divider specs implemented
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
42207a8c10
commit
31d3c83abb
@ -166,7 +166,7 @@ fun ContactsItem(contacts: List<AutocompleteUser>, contactsViewModel: ContactsVi
|
|||||||
Surface(Modifier.fillParentMaxWidth()) {
|
Surface(Modifier.fillParentMaxWidth()) {
|
||||||
Header(initial)
|
Header(initial)
|
||||||
}
|
}
|
||||||
HorizontalDivider(thickness = 0.1.dp, color = Color.Black)
|
HorizontalDivider(thickness = 1.dp, color = MaterialTheme.colorScheme.outlineVariant)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
items(contactsForInitial) { contact ->
|
items(contactsForInitial) { contact ->
|
||||||
|
Loading…
Reference in New Issue
Block a user