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

Unified Diff: chrome/android/java/res/values-v17/styles.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/values-v17/styles.xml
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
index f59cc447f2aac8d911f2d501240da8eaf6c9bc69..7db8edaa5e6a22ccdd0768494859b7d50327706f 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -73,6 +73,7 @@
<!-- Preferences -->
<style name="PreferencesTheme" parent="ThemeWithActionBar">
+ <item name="android:divider">@null</item>
newt (away) 2016/02/12 22:03:49 Does this remove the dividers all throughout prefe
May 2016/02/16 17:32:06 It was supposed to, but when I check on it now, th
newt (away) 2016/02/16 23:05:01 Strange. Once we switch to using the support libra
<item name="android:textColorLink">@color/pref_accent_color</item>
<item name="android:textAppearanceMedium">@style/PreferenceTextAppearanceMedium</item>
<item name="android:preferenceCategoryStyle">@style/PreferenceCategory</item>

Powered by Google App Engine
This is Rietveld 408576698