a11y
This commit is contained in:
parent
5618af07bd
commit
1f3ff3e0f2
|
@ -70,6 +70,7 @@
|
|||
android:id="@+id/actionSelected"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@string/a11y_selected"
|
||||
android:src="@drawable/ic_check_white_24dp"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
|
|
|
@ -2839,4 +2839,5 @@
|
|||
<string name="a11y_error_some_message_not_sent">Some messages have not been sent</string>
|
||||
<string name="a11y_unsent_draft">This room has unsent draft</string>
|
||||
<string name="a11y_video">Video</string>
|
||||
<string name="a11y_selected">Selected</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue