Send message button
This commit is contained in:
@@ -525,7 +525,7 @@ fun ThinSendButton(
|
|||||||
) {
|
) {
|
||||||
Icon(
|
Icon(
|
||||||
imageVector = Icons.Default.Send,
|
imageVector = Icons.Default.Send,
|
||||||
null,
|
contentDescription = stringResource(id = R.string.accessibility_send),
|
||||||
modifier = Size20Modifier,
|
modifier = Size20Modifier,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -808,4 +808,5 @@
|
|||||||
<string name="accessibility_lyrics_off">Lyrics off</string>
|
<string name="accessibility_lyrics_off">Lyrics off</string>
|
||||||
<string name="accessibility_turn_on_sealed_message">Sealed message off. Click to turn on sealed message</string>
|
<string name="accessibility_turn_on_sealed_message">Sealed message off. Click to turn on sealed message</string>
|
||||||
<string name="accessibility_turn_off_sealed_message">Sealed message on. Click to turn off sealed message</string>
|
<string name="accessibility_turn_off_sealed_message">Sealed message on. Click to turn off sealed message</string>
|
||||||
|
<string name="accessibility_send">Send</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user