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

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: loc-- 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
« no previous file with comments | « no previous file | chrome/android/java/res/xml/autofill_wallet_preferences.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..ed2f134d92fa6943375923b78c53274783f24b36 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="imitateWebLink" format="boolean" />
</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>
« no previous file with comments | « no previous file | chrome/android/java/res/xml/autofill_wallet_preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698