| OLD | NEW | 
|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> | 
| 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 
| 3      Use of this source code is governed by a BSD-style license that can be | 3      Use of this source code is governed by a BSD-style license that can be | 
| 4      found in the LICENSE file. --> | 4      found in the LICENSE file. --> | 
| 5 | 5 | 
| 6 <resources> | 6 <resources> | 
| 7     <!-- Preferences --> | 7     <!-- Preferences --> | 
| 8     <style name="PreferencesTheme" parent="ThemeWithActionBar"> | 8     <style name="PreferencesTheme" parent="ThemeWithActionBar"> | 
| 9         <item name="android:textColorLink">@color/pref_accent_color</item> | 9         <item name="android:textColorLink">@color/pref_accent_color</item> | 
| 10         <item name="android:alertDialogTheme">@style/PreferencesDialogTheme</ite
     m> | 10         <item name="android:alertDialogTheme">@style/PreferencesDialogTheme</ite
     m> | 
|  | 11         <item name="android:divider">@null</item> | 
| 11         <item name="android:spinnerItemStyle">@style/PreferenceSpinnerItem</item
     > | 12         <item name="android:spinnerItemStyle">@style/PreferenceSpinnerItem</item
     > | 
| 12         <item name="floatLabelTextAppearance">@style/PreferenceFloatLabelTextApp
     earance</item> | 13         <item name="floatLabelTextAppearance">@style/PreferenceFloatLabelTextApp
     earance</item> | 
| 13         <item name="floatLabelPaddingLeft">@dimen/pref_autofill_field_horizontal
     _padding</item> | 14         <item name="floatLabelPaddingLeft">@dimen/pref_autofill_field_horizontal
     _padding</item> | 
| 14         <item name="floatLabelPaddingRight">@dimen/pref_autofill_field_horizonta
     l_padding</item> | 15         <item name="floatLabelPaddingRight">@dimen/pref_autofill_field_horizonta
     l_padding</item> | 
| 15         <item name="floatLabelPaddingTop">@dimen/pref_autofill_field_top_padding
     </item> | 16         <item name="floatLabelPaddingTop">@dimen/pref_autofill_field_top_padding
     </item> | 
| 16     </style> | 17     </style> | 
| 17     <style name="PreferencesDialogTheme" parent="@android:style/Theme.Material.L
     ight.Dialog.Alert"> | 18     <style name="PreferencesDialogTheme" parent="@android:style/Theme.Material.L
     ight.Dialog.Alert"> | 
| 18         <item name="android:colorAccent">@color/pref_accent_color</item> | 19         <item name="android:colorAccent">@color/pref_accent_color</item> | 
| 19     </style> | 20     </style> | 
| 20     <style name="PreferenceCategoryWithButtonStyle"> | 21     <style name="PreferenceCategoryWithButtonStyle"> | 
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 129         <item name="android:popupWindowStyle">@style/ListPopupWindow.LowEnd</ite
     m> | 130         <item name="android:popupWindowStyle">@style/ListPopupWindow.LowEnd</ite
     m> | 
| 130         <item name="android:listPopupWindowStyle">@style/ListPopupWindow.LowEnd<
     /item> | 131         <item name="android:listPopupWindowStyle">@style/ListPopupWindow.LowEnd<
     /item> | 
| 131         <item name="android:spinnerStyle">@style/Spinner.LowEnd</item> | 132         <item name="android:spinnerStyle">@style/Spinner.LowEnd</item> | 
| 132         <item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextVi
     ew.LowEnd</item> | 133         <item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextVi
     ew.LowEnd</item> | 
| 133 | 134 | 
| 134         <!-- Without HW acceleration the default text cursor looks weird (top | 135         <!-- Without HW acceleration the default text cursor looks weird (top | 
| 135              half is way brighter than the bottom), so we use our own. --> | 136              half is way brighter than the bottom), so we use our own. --> | 
| 136         <item name="android:textCursorDrawable">@drawable/text_cursor_lowend</it
     em> | 137         <item name="android:textCursorDrawable">@drawable/text_cursor_lowend</it
     em> | 
| 137     </style> | 138     </style> | 
| 138 </resources> | 139 </resources> | 
| OLD | NEW | 
|---|