From 7fe40ea9f174320d05542db6191c3b7ddcd78321 Mon Sep 17 00:00:00 2001 From: wafflesvsfrankie <92288602+burtonemily@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:32:57 +1100 Subject: [PATCH] Content descriptions (#1358) * Adding in Content Description for automated testing including: Community input (URL) box, changes `Configuration message` to `Control message` and also `Message Body` to `Message body`Created checkout page along with checkoutItems and checkout cart functionality * Forgot the button at the end --- app/src/main/res/layout/fragment_enter_community_url.xml | 2 ++ app/src/main/res/values/strings.xml | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_enter_community_url.xml b/app/src/main/res/layout/fragment_enter_community_url.xml index 25da78476..6edf8dfbd 100644 --- a/app/src/main/res/layout/fragment_enter_community_url.xml +++ b/app/src/main/res/layout/fragment_enter_community_url.xml @@ -25,6 +25,7 @@ android:layout_marginTop="@dimen/large_spacing" android:gravity="center_vertical" android:hint="@string/fragment_enter_community_url_edit_text_hint" + android:contentDescription="@string/AccessibilityId_community_input_box" android:inputType="textUri" android:maxLines="3" android:paddingTop="0dp" @@ -91,6 +92,7 @@