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

Unified Diff: chrome/android/java/res/values/attrs.xml

Issue 853863002: Make HyperlinkPreference optionally look like a link. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: chrome/android/java/res/values/attrs.xml
diff --git a/chrome/android/java/res/values/attrs.xml b/chrome/android/java/res/values/attrs.xml
index 38e3f50f3168458296f9e443c2911e27d7c1a8f4..ed2e5cd3fb7248323861866701967025b07bada9 100644
--- a/chrome/android/java/res/values/attrs.xml
+++ b/chrome/android/java/res/values/attrs.xml
@@ -11,6 +11,8 @@
<declare-styleable name="HyperlinkPreference">
<!-- The URL to load when the preference is clicked -->
<attr name="url" format="string" />
+ <!-- True if the hyperlink should look like an <a> element. Default is false. -->
+ <attr name="immitateWebLink" format="boolean" />
newt (away) 2015/01/15 18:40:47 one "m" in imitate
Evan Stade 2015/01/15 19:44:40 back to grade school with me
</declare-styleable>
<declare-styleable name="ChromeSwitchPreference">
@@ -18,4 +20,4 @@
case that the title is empty. -->
<attr name="dontUseSummaryAsTitle" format="boolean" />
</declare-styleable>
-</resources>
+</resources>

Powered by Google App Engine
This is Rietveld 408576698