Skip to content

Commit ff5398e

Browse files
committed
add content description to buttons
Signed-off-by: sowjanyakch <[email protected]>
1 parent f7a18af commit ff5398e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/main/res/layout/view_message_input.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
android:layout_marginStart="@dimen/standard_double_margin"
117117
android:scaleType="centerInside"
118118
android:src="@drawable/ic_delete"
119-
android:contentDescription="@null"
119+
android:contentDescription="@string/delete_voice_message"
120120
android:background="?android:attr/selectableItemBackgroundBorderless"
121121
android:visibility="gone" />
122122

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ How to translate with transifex:
593593
<string name="play_pause_voice_message">Play/pause voice message</string>
594594
<string name="nc_voice_message_missing_audio_permission">Permission for audio recording is required</string>
595595
<string name="playback_speed_control">Playback speed control</string>
596+
<string name="delete_voice_message">Delete voice message</string>
596597

597598
<!-- Phonebook Integration -->
598599
<string name="nc_settings_phone_book_integration_desc">Match contacts based on phone number to integrate Talk shortcut into system contacts app</string>

0 commit comments

Comments
 (0)