provide content description for fab in start conversation

This commit is contained in:
Daniel Gultsch 2020-08-31 18:06:24 +02:00
parent 3281a93dc3
commit 8d64e101c9
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@
app:sdMainFabClosedBackgroundColor="?colorPrimary"
app:sdMainFabOpenedBackgroundColor="?colorPrimaryDark"
app:sdUseReverseAnimationOnClose="true"
android:contentDescription="@string/add_contact_or_create_or_join_group_chat"
app:sdOverlayLayout="@id/overlay"/>
</RelativeLayout>
</layout>

View File

@ -937,6 +937,7 @@
<string name="record_voice_mail">Record voice mail</string>
<string name="play_audio">Play audio</string>
<string name="pause_audio">Pause audio</string>
<string name="add_contact_or_create_or_join_group_chat">Add contact, create or join group chat, or discover channels</string>
<plurals name="view_users">
<item quantity="one">View %1$d Participant</item>
<item quantity="other">View %1$d Participants</item>