From 79d7a99e14d3c33a1ed641680abf043ca8fad4d8 Mon Sep 17 00:00:00 2001 From: mcarare Date: Thu, 15 Sep 2022 17:39:30 +0300 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/27004: Make the top site frame layout focusable. This makes the layout visible to a11y screen readers. --- app/src/main/res/layout/top_site_item.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/top_site_item.xml b/app/src/main/res/layout/top_site_item.xml index 33cf364548..73ee15372f 100644 --- a/app/src/main/res/layout/top_site_item.xml +++ b/app/src/main/res/layout/top_site_item.xml @@ -7,7 +7,8 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="wrap_content"> + android:layout_height="wrap_content" + android:focusable="true">