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 <style name="RobotoMediumStyle"> |
| 8 <item name="android:fontFamily">sans-serif-medium</item> |
| 9 </style> |
7 <!-- Preferences --> | 10 <!-- Preferences --> |
8 <style name="PreferencesTheme" parent="ThemeWithActionBar"> | 11 <style name="PreferencesTheme" parent="ThemeWithActionBar"> |
9 <item name="android:textColorLink">@color/pref_accent_color</item> | 12 <item name="android:textColorLink">@color/pref_accent_color</item> |
10 <item name="android:alertDialogTheme">@style/PreferencesDialogTheme</ite
m> | 13 <item name="android:alertDialogTheme">@style/PreferencesDialogTheme</ite
m> |
11 <item name="android:divider">@null</item> | 14 <item name="android:divider">@null</item> |
12 <item name="android:spinnerItemStyle">@style/PreferenceSpinnerItem</item
> | 15 <item name="android:spinnerItemStyle">@style/PreferenceSpinnerItem</item
> |
13 <item name="floatLabelTextAppearance">@style/PreferenceFloatLabelTextApp
earance</item> | 16 <item name="floatLabelTextAppearance">@style/PreferenceFloatLabelTextApp
earance</item> |
14 <item name="floatLabelPaddingLeft">@dimen/pref_autofill_field_horizontal
_padding</item> | 17 <item name="floatLabelPaddingLeft">@dimen/pref_autofill_field_horizontal
_padding</item> |
15 <item name="floatLabelPaddingRight">@dimen/pref_autofill_field_horizonta
l_padding</item> | 18 <item name="floatLabelPaddingRight">@dimen/pref_autofill_field_horizonta
l_padding</item> |
16 <item name="floatLabelPaddingTop">@dimen/pref_autofill_field_top_margin<
/item> | 19 <item name="floatLabelPaddingTop">@dimen/pref_autofill_field_top_margin<
/item> |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 <item name="android:popupWindowStyle">@style/ListPopupWindow.LowEnd</ite
m> | 133 <item name="android:popupWindowStyle">@style/ListPopupWindow.LowEnd</ite
m> |
131 <item name="android:listPopupWindowStyle">@style/ListPopupWindow.LowEnd<
/item> | 134 <item name="android:listPopupWindowStyle">@style/ListPopupWindow.LowEnd<
/item> |
132 <item name="android:spinnerStyle">@style/Spinner.LowEnd</item> | 135 <item name="android:spinnerStyle">@style/Spinner.LowEnd</item> |
133 <item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextVi
ew.LowEnd</item> | 136 <item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextVi
ew.LowEnd</item> |
134 | 137 |
135 <!-- Without HW acceleration the default text cursor looks weird (top | 138 <!-- Without HW acceleration the default text cursor looks weird (top |
136 half is way brighter than the bottom), so we use our own. --> | 139 half is way brighter than the bottom), so we use our own. --> |
137 <item name="android:textCursorDrawable">@drawable/text_cursor_lowend</it
em> | 140 <item name="android:textCursorDrawable">@drawable/text_cursor_lowend</it
em> |
138 </style> | 141 </style> |
139 </resources> | 142 </resources> |
OLD | NEW |