add content description to buttons

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-07-01 17:44:29 +02:00
parent c8e4de6665
commit 9ca6acc933
No known key found for this signature in database
GPG Key ID: F7AA2A8B65B50220
2 changed files with 3 additions and 2 deletions

View File

@ -298,7 +298,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="@dimen/standard_quarter_margin"
android:contentDescription="@string/nc_call_button_content_description_microphone"
android:contentDescription="@string/nc_common_more_options"
app:backgroundTint="@color/call_buttons_background"
app:borderWidth="0dp"
app:fabCustomSize="40dp"
@ -311,7 +311,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="@dimen/standard_quarter_margin"
android:contentDescription="@string/nc_call_button_content_description_microphone"
android:contentDescription="@string/end_call"
app:backgroundTint="@color/nc_darkRed"
app:borderWidth="0dp"
app:fabCustomSize="40dp"

View File

@ -332,6 +332,7 @@ How to translate with transifex:
<string name="call_running_since_one_hour">The call has been running for one hour.</string>
<string name="end_call_for_everyone">End call for everyone</string>
<string name="leave_call">Leave call</string>
<string name="end_call">End call</string>
<!-- Picture in Picture -->
<string name="nc_pip_microphone_mute">Mute microphone</string>