Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2006 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame^] | 7 | |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame^] | 15 | --> |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 16 | |
| 17 | <resources> |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame^] | 18 | |
| 19 | <style name="info_label"> |
| 20 | <item name="android:layout_height">wrap_content</item> |
| 21 | <item name="android:layout_width">wrap_content</item> |
| 22 | <item name="android:textAppearance">@style/TextAppearance.info_label</item> |
| 23 | <item name="android:paddingEnd">4dip</item> |
| 24 | </style> |
| 25 | |
| 26 | <style name="info_value"> |
| 27 | <item name="android:layout_height">wrap_content</item> |
| 28 | <item name="android:layout_width">wrap_content</item> |
| 29 | <item name="android:textAppearance">@style/TextAppearance.info_value</item> |
| 30 | </style> |
| 31 | |
| 32 | <style name="info_small"> |
| 33 | <item name="android:layout_height">wrap_content</item> |
| 34 | <item name="android:layout_width">wrap_content</item> |
| 35 | <item name="android:textAppearance">@style/TextAppearance.info_small</item> |
| 36 | </style> |
| 37 | |
| 38 | <style name="info_layout"> |
| 39 | <item name="android:orientation">vertical</item> |
| 40 | <item name="android:paddingStart">10dip</item> |
| 41 | <item name="android:paddingTop">10dip</item> |
| 42 | <item name="android:paddingEnd">10dip</item> |
| 43 | <item name="android:paddingBottom">10dip</item> |
| 44 | <item name="android:layout_width">match_parent</item> |
| 45 | <item name="android:layout_height">match_parent</item> |
| 46 | </style> |
| 47 | |
| 48 | <style name="entry_layout"> |
| 49 | <item name="android:orientation">horizontal</item> |
| 50 | <item name="android:layout_width">wrap_content</item> |
| 51 | <item name="android:layout_height">wrap_content</item> |
| 52 | </style> |
| 53 | |
| 54 | <style name="form_value"> |
| 55 | <item name="android:layout_height">wrap_content</item> |
| 56 | <item name="android:layout_width">match_parent</item> |
| 57 | </style> |
| 58 | |
| 59 | |
| 60 | <style name="TextAppearance" parent="android:TextAppearance.Material"> |
| 61 | </style> |
| 62 | |
| 63 | <style name="TextAppearance.info_label"> |
| 64 | <item name="android:textSize">14sp</item> |
| 65 | <item name="android:textStyle">bold</item> |
| 66 | </style> |
| 67 | |
| 68 | <style name="TextAppearance.info_small"> |
| 69 | <item name="android:textSize">12sp</item> |
| 70 | <item name="android:textStyle">normal</item> |
| 71 | </style> |
| 72 | |
| 73 | <style name="TextAppearance.info_value"> |
| 74 | <item name="android:textSize">14sp</item> |
| 75 | <item name="android:textStyle">normal</item> |
| 76 | </style> |
| 77 | |
Steve Kondik | 27cfe78 | 2016-09-06 04:33:28 -0700 | [diff] [blame] | 78 | <style name="Preference"> |
| 79 | <item name="android:layout">@layout/preference_material_settings</item> |
| 80 | </style> |
| 81 | |
| 82 | <style name="EditTextPreference" parent="@*android:style/Preference.Material.DialogPreference.EditTextPreference"> |
| 83 | <item name="android:dialogLayout">@layout/preference_dialog_edittext</item> |
| 84 | </style> |
| 85 | |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 86 | <style name="PreferenceHeaderPanelSinglePane"> |
| 87 | <item name="android:layout_marginStart">0dp</item> |
| 88 | <item name="android:layout_marginEnd">0dp</item> |
| 89 | <item name="android:background">@null</item> |
| 90 | </style> |
| 91 | |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame^] | 92 | <style name="PreferencePanelSinglePane" parent="@*android:style/PreferencePanel"> |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 93 | <item name="android:layout_marginStart">0dp</item> |
| 94 | <item name="android:layout_marginEnd">0dp</item> |
| 95 | <item name="android:paddingStart">0dp</item> |
| 96 | <item name="android:paddingEnd">0dp</item> |
| 97 | <item name="android:background">@null</item> |
| 98 | <item name="android:scrollbarStyle">outsideOverlay</item> |
| 99 | </style> |
| 100 | |
| 101 | <style name="PreferenceHeaderListSinglePane" parent="@*android:style/PreferenceHeaderList"> |
| 102 | <item name="android:paddingStart">@dimen/settings_side_margin</item> |
| 103 | <item name="android:paddingEnd">@dimen/settings_side_margin</item> |
| 104 | <item name="android:paddingTop">0dp</item> |
| 105 | <item name="android:paddingBottom">0dp</item> |
| 106 | <item name="android:layout_marginStart">0dp</item> |
| 107 | <item name="android:layout_marginEnd">0dp</item> |
| 108 | <item name="android:layout_marginTop">0dp</item> |
| 109 | <item name="android:layout_marginBottom">0dp</item> |
| 110 | <item name="android:scrollbarStyle">outsideOverlay</item> |
| 111 | </style> |
| 112 | |
| 113 | <style name="PreferenceFragmentListSinglePane" parent="@*android:style/PreferenceFragmentList"> |
| 114 | <item name="android:paddingStart">@dimen/settings_side_margin</item> |
| 115 | <item name="android:paddingEnd">@dimen/settings_side_margin</item> |
| 116 | <item name="android:layout_marginStart">0dp</item> |
| 117 | <item name="android:layout_marginEnd">0dp</item> |
| 118 | <item name="android:scrollbarStyle">outsideOverlay</item> |
| 119 | </style> |
| 120 | |
Steve Kondik | 27cfe78 | 2016-09-06 04:33:28 -0700 | [diff] [blame] | 121 | <style name="SettingsPreferenceHeaderPanel" parent="@*android:style/PreferenceHeaderPanel"> |
| 122 | </style> |
| 123 | |
| 124 | <style name="SettingsPreferenceHeaderList" parent="@*android:style/PreferenceHeaderList"> |
| 125 | </style> |
| 126 | |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame^] | 127 | <style name="PreferenceFragmentStyle" parent="@*android:style/PreferenceFragment.Material"> |
| 128 | <item name="android:layout">@layout/preference_list_fragment</item> |
| 129 | </style> |
| 130 | |
| 131 | <style name="VertDivider"> |
| 132 | <item name="android:layout_width">@dimen/vert_divider_width</item> |
| 133 | <item name="android:layout_height">fill_parent</item> |
| 134 | <item name="android:background">@color/divider_color</item> |
| 135 | <item name="android:focusable">false</item> |
| 136 | <item name="android:clickable">false</item> |
| 137 | </style> |
| 138 | |
| 139 | <style name="Transparent"> |
| 140 | <item name="android:alertDialogTheme">@style/Theme.AlertDialog</item> |
| 141 | <item name="android:windowBackground">@android:color/transparent</item> |
| 142 | <item name="android:windowNoTitle">true</item> |
| 143 | <item name="android:windowIsFloating">true</item> |
| 144 | </style> |
| 145 | |
| 146 | <style name="TextAppearance.PagerTabs" parent="@android:style/TextAppearance.Material.Widget.TabWidget" /> |
| 147 | |
| 148 | <!-- Scrollbar style OUTSIDE_OVERLAY --> |
| 149 | <integer name="preference_scrollbar_style">33554432</integer> |
| 150 | |
Steve Kondik | 27cfe78 | 2016-09-06 04:33:28 -0700 | [diff] [blame] | 151 | <style name="TextAppearance.Medium" parent="@android:style/TextAppearance.Material.Medium" /> |
| 152 | <style name="TextAppearance.Small" parent="@android:style/TextAppearance.Material.Small" /> |
| 153 | <style name="TextAppearance.Switch" parent="@android:style/TextAppearance.Material.Title" /> |
| 154 | |
| 155 | <style name="TextAppearance.CategoryTitle" parent="@android:style/TextAppearance.Material.Body2"> |
| 156 | <item name="android:textColor">?android:attr/textColorSecondary</item> |
| 157 | </style> |
| 158 | |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame^] | 159 | <style name="TextAppearance.Small.SwitchBar"> |
| 160 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 161 | <item name="android:textStyle">normal</item> |
| 162 | </style> |
| 163 | |
| 164 | <style name="TextAppearance.RemoveDialogContent" parent="@android:style/TextAppearance.Material"> |
| 165 | <item name="android:textSize">16sp</item> |
| 166 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 167 | </style> |
| 168 | |
| 169 | <style name="PreviewPagerPageIndicator"> |
| 170 | <item name="dotGap">8dp</item> |
| 171 | <item name="pageIndicatorColor">?android:attr/colorControlNormal</item> |
| 172 | <item name="currentPageIndicatorColor">?android:attr/colorControlActivated</item> |
| 173 | </style> |
| 174 | |
| 175 | <style name="ProfilesPreferenceStyle"> |
| 176 | <item name="android:layout">@layout/preference_profiles</item> |
| 177 | <item name="android:widgetLayout">@layout/preference_profiles_widget</item> |
| 178 | </style> |
| 179 | |
| 180 | <style name="settingSeparator"> |
| 181 | <item name="android:paddingTop">2dp</item> |
| 182 | <item name="android:paddingBottom">2dp</item> |
| 183 | <item name="android:background">@android:drawable/divider_horizontal_dark</item> |
| 184 | <item name="android:layout_width">match_parent</item> |
| 185 | <item name="android:layout_height">1dp</item> |
| 186 | </style> |
| 187 | |
| 188 | <style name="SolidSettingSeparator" parent="@style/settingSeparator"> |
| 189 | <item name="android:background">@color/divider</item> |
| 190 | </style> |
Steve Kondik | 27cfe78 | 2016-09-06 04:33:28 -0700 | [diff] [blame] | 191 | |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 192 | </resources> |