mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Add default style for dropdown menu item text.
This commit is contained in:
committed by
Cody Henthorne
parent
e6399517ee
commit
56244ad873
@@ -332,12 +332,7 @@ private fun TopAppBar(
|
||||
offsetY = 0.dp
|
||||
) {
|
||||
DropdownMenus.Item(
|
||||
text = {
|
||||
Text(
|
||||
text = stringResource(R.string.StickerManagement_menu_select_packs),
|
||||
style = MaterialTheme.typography.bodyLarge
|
||||
)
|
||||
},
|
||||
text = { Text(text = stringResource(R.string.StickerManagement_menu_select_packs)) },
|
||||
onClick = {
|
||||
onSetMultiSelectModeEnabled(true)
|
||||
menuController.hide()
|
||||
|
||||
@@ -388,7 +388,6 @@ private fun MenuItem(
|
||||
)
|
||||
Text(
|
||||
text = text,
|
||||
style = MaterialTheme.typography.bodyLarge,
|
||||
modifier = Modifier.padding(horizontal = 16.dp)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user