Remove some dividers.
This commit is contained in:
parent
d03dfbdae7
commit
77a646defa
1 changed files with 0 additions and 3 deletions
|
|
@ -104,7 +104,6 @@ fun MediaDetailsBottomSheet(
|
||||||
onViewInTimeline(state.eventId)
|
onViewInTimeline(state.eventId)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
HorizontalDivider()
|
|
||||||
ListItem(
|
ListItem(
|
||||||
leadingContent = ListItemContent.Icon(IconSource.Vector(CompoundIcons.ShareAndroid())),
|
leadingContent = ListItemContent.Icon(IconSource.Vector(CompoundIcons.ShareAndroid())),
|
||||||
headlineContent = { Text(stringResource(CommonStrings.action_share)) },
|
headlineContent = { Text(stringResource(CommonStrings.action_share)) },
|
||||||
|
|
@ -121,7 +120,6 @@ fun MediaDetailsBottomSheet(
|
||||||
onForward(state.eventId)
|
onForward(state.eventId)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
HorizontalDivider()
|
|
||||||
ListItem(
|
ListItem(
|
||||||
leadingContent = ListItemContent.Icon(IconSource.Vector(CompoundIcons.Download())),
|
leadingContent = ListItemContent.Icon(IconSource.Vector(CompoundIcons.Download())),
|
||||||
headlineContent = { Text(stringResource(CommonStrings.action_download)) },
|
headlineContent = { Text(stringResource(CommonStrings.action_download)) },
|
||||||
|
|
@ -141,7 +139,6 @@ fun MediaDetailsBottomSheet(
|
||||||
MimeTypes.Apk -> stringResource(id = CommonStrings.common_install_apk_android)
|
MimeTypes.Apk -> stringResource(id = CommonStrings.common_install_apk_android)
|
||||||
else -> stringResource(id = CommonStrings.action_open_with)
|
else -> stringResource(id = CommonStrings.action_open_with)
|
||||||
}
|
}
|
||||||
HorizontalDivider()
|
|
||||||
ListItem(
|
ListItem(
|
||||||
leadingContent = icon,
|
leadingContent = icon,
|
||||||
headlineContent = { Text(wording) },
|
headlineContent = { Text(wording) },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue