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

Unified Diff: chrome/android/java/res/values-v17/styles.xml

Issue 2646313005: Implement additional parts of the new ui for CBD. (Closed)
Patch Set: remove linearlayout Created 3 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 ffad8d66f650a9d2513ae30b3dee8afc69f04bbe..83dcfc7e8643750a5dd1a44887e5f3831d2698ed 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -133,7 +133,7 @@
</style>
<style name="PreferenceScreenLayout">
<item name="android:paddingTop">16dp</item>
-
+
<!-- Additional padding is applied to each of the controls inside the layout, making this
a 16dp padding overall. -->
<item name="android:paddingStart">@dimen/pref_autofill_content_spacing</item>
@@ -164,6 +164,11 @@
<item name="android:layout_marginTop">2dp</item>
<item name="android:background">@color/google_grey_600</item>
</style>
+ <style name="Divider">
+ <item name="android:layout_width">match_parent</item>
+ <item name="android:layout_height">1dp</item>
+ <item name="android:background">@color/google_grey_300</item>
+ </style>
<style name="ThemeWithActionBar" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="android:windowBackground">@drawable/action_bar_activity_bg</item>
@@ -329,7 +334,7 @@
<item name="android:paddingEnd">0dp</item>
<item name="externalRouteEnabledDrawable">@drawable/ic_cast_dark_chrome</item>
</style>
-
+
<!-- First Run Experience -->
<style name="FreTitle">
<item name="android:layout_width">wrap_content</item>
« no previous file with comments | « chrome/android/java/res/layout/preference_spinner_single_line.xml ('k') | chrome/android/java/res/values/attrs.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698