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

Unified Diff: chrome/android/java/res/xml/bandwidth_reduction_preferences_off.xml

Issue 933063002: Use HyperlinkPreference where applicable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/protected_content_preferences.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/xml/bandwidth_reduction_preferences_off.xml
diff --git a/chrome/android/java/res/xml/bandwidth_reduction_preferences_off.xml b/chrome/android/java/res/xml/bandwidth_reduction_preferences_off.xml
index 66c8a2f6ec1e84c714b634b95cc4c9880ba65e16..ae31eedf2d7f659ba3399caeebb9997ad1511dad 100644
--- a/chrome/android/java/res/xml/bandwidth_reduction_preferences_off.xml
+++ b/chrome/android/java/res/xml/bandwidth_reduction_preferences_off.xml
@@ -4,7 +4,7 @@
found in the LICENSE file. -->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto" >
+ xmlns:chrome="http://schemas.android.com/apk/res-auto" >
<org.chromium.chrome.browser.preferences.TextMessagePreference
android:title="@string/reduce_data_usage_description" />
@@ -18,8 +18,11 @@
<org.chromium.chrome.browser.preferences.HyperlinkPreference
android:key="data_reduction_experiment_link"
android:title="@string/learn_more"
- app:url="@string/data_reduction_experiment_link_url" />
- <org.chromium.chrome.browser.preferences.TextMessagePreference
+ chrome:url="@string/data_reduction_experiment_link_url"
+ chrome:imitateWebLink="true" />
+ <org.chromium.chrome.browser.preferences.HyperlinkPreference
android:key="data_reduction_learn_more"
- android:title="@string/learn_more" />
+ android:title="@string/learn_more"
+ chrome:url="@string/reduce_data_usage_learn_url"
+ chrome:imitateWebLink="true" />
</PreferenceScreen>
« no previous file with comments | « no previous file | chrome/android/java/res/xml/protected_content_preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698