From 9ca6acc933143b583732edfdcc93c5aad9496641 Mon Sep 17 00:00:00 2001 From: sowjanyakch Date: Tue, 1 Jul 2025 17:44:29 +0200 Subject: [PATCH] add content description to buttons Signed-off-by: sowjanyakch --- app/src/main/res/layout/call_activity.xml | 4 ++-- app/src/main/res/values/strings.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/call_activity.xml b/app/src/main/res/layout/call_activity.xml index ca67beaa2..dd6721637 100644 --- a/app/src/main/res/layout/call_activity.xml +++ b/app/src/main/res/layout/call_activity.xml @@ -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" diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 569be28ac..b3943895d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -332,6 +332,7 @@ How to translate with transifex: The call has been running for one hour. End call for everyone Leave call + End call Mute microphone