Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4363)

Unified Diff: chrome/android/java/res/layout/default_search_engine_first_run_fragment.xml

Issue 2959033002: Tweak accessibility of DSE FRE page to read title. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/default_search_engine_first_run_fragment.xml
diff --git a/chrome/android/java/res/layout/default_search_engine_first_run_fragment.xml b/chrome/android/java/res/layout/default_search_engine_first_run_fragment.xml
index 2cd361476c2b3792d767776cda67bb53ca12b1a4..8d47d897a9f5d5be220a2c337a07c712eb02b178 100644
--- a/chrome/android/java/res/layout/default_search_engine_first_run_fragment.xml
+++ b/chrome/android/java/res/layout/default_search_engine_first_run_fragment.xml
@@ -11,6 +11,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/signin_body_background"
+ android:contentDescription="@string/search_engine_dialog_title"
android:orientation="vertical" >
<FrameLayout
@@ -41,6 +42,7 @@
android:paddingEnd="@dimen/signin_chooser_padding"
android:paddingBottom="@dimen/signin_chooser_padding"
android:background="@color/signin_head_background"
+ android:importantForAccessibility="no"
android:textColor="@color/default_text_color"
android:textSize="@dimen/fre_title_text_size"
android:text="@string/search_engine_dialog_title" />
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698