FAB: iterate on design
This commit is contained in:
parent
d550a1dbb8
commit
cdbadb5477
6 changed files with 67 additions and 21 deletions
|
|
@ -274,12 +274,11 @@ private fun HomeScaffold(
|
|||
floatingActionButton = {
|
||||
if (state.displayActions) {
|
||||
FloatingActionButton(
|
||||
onClick = onCreateRoomClick
|
||||
onClick = onCreateRoomClick,
|
||||
) {
|
||||
Icon(
|
||||
imageVector = CompoundIcons.Plus(),
|
||||
contentDescription = stringResource(id = R.string.screen_roomlist_a11y_create_message),
|
||||
tint = ElementTheme.colors.iconOnSolidPrimary,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue