From 32ca98f8b6c570b93b046ef3d455d603e42672c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20V=C3=A1gner?= Date: Sun, 18 Feb 2024 18:37:19 +0100 Subject: [PATCH] a11y: Add content description to the walking modes summary button properly this time with no other uneccessary changes --- app/src/main/res/layout/card_activity_summary.xml | 1 + app/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/main/res/layout/card_activity_summary.xml b/app/src/main/res/layout/card_activity_summary.xml index f2260e9..98d26df 100644 --- a/app/src/main/res/layout/card_activity_summary.xml +++ b/app/src/main/res/layout/card_activity_summary.xml @@ -86,6 +86,7 @@ android:id="@+id/periodMoreButton" style="@style/SimpleImageButton" android:layout_gravity="center_vertical" + android:contentDescription="@string/a11y_walking_modes" android:src="@drawable/ic_more_vert_black_24dp" /> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5582c7a..70e9c23 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -370,4 +370,5 @@ Previous Next Start training + Walking modes