From 0e0c8b2b36158bb34f0ec1fa94d3d66abe7c5d00 Mon Sep 17 00:00:00 2001 From: Thomas Braccia Date: Tue, 19 Sep 2023 13:42:00 -0400 Subject: [PATCH] Feat: Added label for property buttons It should be noted that this feature currently introduces a less severe accessibility issue of the same label being applied across multiple buttons. --- app/src/main/res/layout/rowlayout.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/rowlayout.xml b/app/src/main/res/layout/rowlayout.xml index b5a5013df8..ba7d67ec00 100644 --- a/app/src/main/res/layout/rowlayout.xml +++ b/app/src/main/res/layout/rowlayout.xml @@ -107,6 +107,7 @@ app:srcCompat="@drawable/ic_more_vert_black_48dp" android:nextFocusLeft="@id/second" android:focusable="true" + android:contentDescription="@string/properties" />