From ca9ddd45fe34f4fdfa8f720e99c42a3c2079d298 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Fri, 28 Jul 2017 10:22:07 -0700 Subject: [PATCH] Update search bar's navup content description It should read "Search settings" Change-Id: I1a55f905949341b290ea5f224171592cf5021e31 Fix: 64140213 Test: talkback --- res/layout/settings_main_dashboard.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/settings_main_dashboard.xml b/res/layout/settings_main_dashboard.xml index 95299ae17ee..8e83cff101f 100644 --- a/res/layout/settings_main_dashboard.xml +++ b/res/layout/settings_main_dashboard.xml @@ -42,6 +42,7 @@ android:background="?android:attr/selectableItemBackground" android:contentInsetStartWithNavigation="64dp" android:navigationIcon="@drawable/ic_search_24dp" + android:navigationContentDescription="@string/search_menu" android:title="@string/search_menu" android:titleTextAppearance="@style/TextAppearance.SearchBar" android:theme="?android:attr/actionBarTheme"/>