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

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

Issue 2617413003: [Android History] Add accessibility support (Closed)
Patch Set: Rebase Created 3 years, 11 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 | chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerToolbar.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/history_header.xml
diff --git a/chrome/android/java/res/layout/history_header.xml b/chrome/android/java/res/layout/history_header.xml
index 3b9e28b6889bff3a4233bc6ebbcd7bcd44a30844..7e8ee80302e8517b0295d846aefa5cc13bfb2719 100644
--- a/chrome/android/java/res/layout/history_header.xml
+++ b/chrome/android/java/res/layout/history_header.xml
@@ -8,15 +8,15 @@
android:layout_height="wrap_content"
android:orientation="vertical" >
- <TextView
+ <org.chromium.ui.widget.TextViewWithClickableSpans
android:id="@+id/signed_in_not_synced"
style="@style/PrivacyDisclaimerText" />
- <TextView
+ <org.chromium.ui.widget.TextViewWithClickableSpans
android:id="@+id/signed_in_synced"
style="@style/PrivacyDisclaimerText" />
- <TextView
+ <org.chromium.ui.widget.TextViewWithClickableSpans
android:id="@+id/other_forms_of_browsing_history"
style="@style/PrivacyDisclaimerText" />
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerToolbar.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698