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

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

Issue 657893005: Add class to make text views with clickable spans accessible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clickable
Patch Set: Add @Override Created 6 years, 2 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 | ui/android/java/src/org/chromium/ui/widget/TextViewWithClickableSpans.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/infobar_text.xml
diff --git a/chrome/android/java/res/layout/infobar_text.xml b/chrome/android/java/res/layout/infobar_text.xml
index d56dd76ee4eb648f7ae01c78a06dafd2b12e1fdb..cfdb0d996d5d71cacec542e807c89a05d1a16cbb 100644
--- a/chrome/android/java/res/layout/infobar_text.xml
+++ b/chrome/android/java/res/layout/infobar_text.xml
@@ -5,7 +5,8 @@
found in the LICENSE file.
-->
-<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+<org.chromium.ui.widget.TextViewWithClickableSpans
+ xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/infobar_message"
android:layout_marginTop="@dimen/infobar_margin"
android:layout_marginBottom="@dimen/infobar_margin"
« no previous file with comments | « no previous file | ui/android/java/src/org/chromium/ui/widget/TextViewWithClickableSpans.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698