mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 23:15:44 +01:00
Add large-screen media send toolbars for image editing.
This commit is contained in:
committed by
Cody Henthorne
parent
b4bfb67a44
commit
773d6c36dc
@@ -81,7 +81,7 @@ fun LearnMoreSheet() {
|
||||
)
|
||||
Row(modifier = Modifier.fillMaxWidth().padding(bottom = 12.dp, start = 40.dp, end = 32.dp)) {
|
||||
Icon(
|
||||
painter = painterResource(R.drawable.symbol_save_android_24),
|
||||
imageVector = SignalIcons.Save.imageVector,
|
||||
contentDescription = stringResource(R.string.preferences__linked_devices),
|
||||
modifier = Modifier.size(24.dp).padding(top = 4.dp)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user