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

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

Issue 1660353002: Update account and sync management UX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor formatting changes Created 4 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/xml/sync_customization_preferences.xml
diff --git a/chrome/android/java/res/xml/sync_customization_preferences.xml b/chrome/android/java/res/xml/sync_customization_preferences.xml
index 6d9b3864bd2262bba419a970baaa3fdd6879ad4b..7509fe19b245783aae552e39b9dc495ef4238896 100644
--- a/chrome/android/java/res/xml/sync_customization_preferences.xml
+++ b/chrome/android/java/res/xml/sync_customization_preferences.xml
@@ -7,8 +7,13 @@
<org.chromium.chrome.browser.preferences.ChromeSwitchPreference
android:key="sync_switch"
- android:summaryOn="@string/text_on"
- android:summaryOff="@string/text_off" />
+ android:title="@string/sign_in_sync"
+ android:summary="@string/sync_description" />
+
+ <org.chromium.chrome.browser.preferences.SyncAccountListPreference
+ android:key="sync_account_list"
+ android:title="@string/sync_to_account_header"
newt (away) 2016/02/12 22:03:50 I'd suggest setting the title and summary in Java,
May 2016/02/16 17:32:06 Done.
+ android:summary="%s" />
<PreferenceCategory
android:key="sync_data_types"

Powered by Google App Engine
This is Rietveld 408576698