| 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>
|
|
|