forked from mirror/monocles_chat_clean
provide content description for fab in start conversation
(cherry picked from commit 8d64e101c98a9f33f54db1c7ea41c3f1f0b15f4b)
This commit is contained in:
parent
1c28746a51
commit
c544a24c8a
2 changed files with 2 additions and 0 deletions
|
@ -51,5 +51,6 @@
|
|||
app:sdMainFabOpenedBackgroundColor="?attr/colorAccent"
|
||||
app:sdOverlayLayout="@id/overlay"
|
||||
app:sdUseReverseAnimationOnClose="true" />
|
||||
android:contentDescription="@string/add_contact_or_create_or_join_group_chat"
|
||||
</RelativeLayout>
|
||||
</layout>
|
|
@ -1052,4 +1052,5 @@
|
|||
<string name="encrypted_with_omemo">Encrypted with OMEMO</string>
|
||||
<string name="encrypted_with_openpgp">Encrypted with OpenPGP</string>
|
||||
<string name="not_encrypted">Not encrypted</string>
|
||||
<string name="add_contact_or_create_or_join_group_chat">Add contact, create or join group chat, or discover channels</string>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Reference in a new issue