add content description to buttons

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-07-01 18:06:14 +02:00
parent 8c0432efbf
commit df2a820e88
No known key found for this signature in database
GPG Key ID: F7AA2A8B65B50220
2 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,7 @@
android:layout_marginStart="@dimen/standard_double_margin"
android:scaleType="centerInside"
android:src="@drawable/ic_delete"
android:contentDescription="@null"
android:contentDescription="@string/delete_voice_message"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:visibility="gone" />

View File

@ -594,6 +594,7 @@ How to translate with transifex:
<string name="play_pause_voice_message">Play/pause voice message</string>
<string name="nc_voice_message_missing_audio_permission">Permission for audio recording is required</string>
<string name="playback_speed_control">Playback speed control</string>
<string name="delete_voice_message">Delete voice message</string>
<!-- Phonebook Integration -->
<string name="nc_settings_phone_book_integration_desc">Match contacts based on phone number to integrate Talk shortcut into system contacts app</string>