From ef99b7d0efe46b753ac9656551db4974455687e6 Mon Sep 17 00:00:00 2001 From: "Philip P. Moltmann" Date: Wed, 28 Mar 2018 11:03:30 -0700 Subject: [PATCH] A18y: Don't double announce 'searching for printers.' Change-Id: I0c0f904aae8345e725a34d38ecf1eb45c3c11670 Fixes: 67323891 Test: Navigated to screen with talkback --- res/layout/empty_printers_list_service_enabled.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/empty_printers_list_service_enabled.xml b/res/layout/empty_printers_list_service_enabled.xml index e420d5fecfb..8cc8db448e0 100644 --- a/res/layout/empty_printers_list_service_enabled.xml +++ b/res/layout/empty_printers_list_service_enabled.xml @@ -32,7 +32,7 @@ android:layout_height="wrap_content" android:layout_marginBottom="12dip" android:src="@drawable/ic_grayedout_printer" - android:contentDescription="@string/print_searching_for_printers"> + android:importantForAccessibility="no">