mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
a11y
This commit is contained in:
parent
5618af07bd
commit
1f3ff3e0f2
2 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
||||||
android:id="@+id/actionSelected"
|
android:id="@+id/actionSelected"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:contentDescription="@string/a11y_selected"
|
||||||
android:src="@drawable/ic_check_white_24dp"
|
android:src="@drawable/ic_check_white_24dp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
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_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_unsent_draft">This room has unsent draft</string>
|
||||||
<string name="a11y_video">Video</string>
|
<string name="a11y_video">Video</string>
|
||||||
|
<string name="a11y_selected">Selected</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue