This commit is contained in:
Benoit Marty 2021-02-12 18:07:13 +01:00
parent 5618af07bd
commit 1f3ff3e0f2
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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>