| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2006 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <resources> |
| <style name="Preference"> |
| <item name="android:layout">@layout/preference_material_settings</item> |
| </style> |
| |
| <style name="EditTextPreference" parent="@*android:style/Preference.Material.DialogPreference.EditTextPreference"> |
| <item name="android:dialogLayout">@layout/preference_dialog_edittext</item> |
| </style> |
| |
| <style name="PreferenceFragmentStyle" parent="@*android:style/PreferenceFragment.Material"> |
| <item name="android:layout">@layout/preference_list_fragment</item> |
| </style> |
| |
| <style name="PreferenceHeaderPanelSinglePane"> |
| <item name="android:layout_marginStart">0dp</item> |
| <item name="android:layout_marginEnd">0dp</item> |
| <item name="android:background">@null</item> |
| </style> |
| |
| <style name="PreferencePanelSinglePane" parent="@*android:style/PreferencePanel"> |
| <item name="android:layout_marginStart">0dp</item> |
| <item name="android:layout_marginEnd">0dp</item> |
| <item name="android:paddingStart">0dp</item> |
| <item name="android:paddingEnd">0dp</item> |
| <item name="android:background">@null</item> |
| <item name="android:scrollbarStyle">outsideOverlay</item> |
| </style> |
| |
| <style name="PreferenceHeaderListSinglePane" parent="@*android:style/PreferenceHeaderList"> |
| <item name="android:paddingStart">@dimen/settings_side_margin</item> |
| <item name="android:paddingEnd">@dimen/settings_side_margin</item> |
| <item name="android:paddingTop">0dp</item> |
| <item name="android:paddingBottom">0dp</item> |
| <item name="android:layout_marginStart">0dp</item> |
| <item name="android:layout_marginEnd">0dp</item> |
| <item name="android:layout_marginTop">0dp</item> |
| <item name="android:layout_marginBottom">0dp</item> |
| <item name="android:scrollbarStyle">outsideOverlay</item> |
| </style> |
| |
| <style name="PreferenceFragmentListSinglePane" parent="@*android:style/PreferenceFragmentList"> |
| <item name="android:paddingStart">@dimen/settings_side_margin</item> |
| <item name="android:paddingEnd">@dimen/settings_side_margin</item> |
| <item name="android:layout_marginStart">0dp</item> |
| <item name="android:layout_marginEnd">0dp</item> |
| <item name="android:scrollbarStyle">outsideOverlay</item> |
| </style> |
| |
| <style name="SettingsPreferenceHeaderPanel" parent="@*android:style/PreferenceHeaderPanel"> |
| </style> |
| |
| <style name="SettingsPreferenceHeaderList" parent="@*android:style/PreferenceHeaderList"> |
| </style> |
| |
| <style name="TextAppearance.Medium" parent="@android:style/TextAppearance.Material.Medium" /> |
| <style name="TextAppearance.Small" parent="@android:style/TextAppearance.Material.Small" /> |
| <style name="TextAppearance.Switch" parent="@android:style/TextAppearance.Material.Title" /> |
| |
| <style name="TextAppearance.CategoryTitle" parent="@android:style/TextAppearance.Material.Body2"> |
| <item name="android:textColor">?android:attr/textColorSecondary</item> |
| </style> |
| |
| <style name="TextAppearance.TileTitle" parent="@android:style/TextAppearance.Material.Subhead" /> |
| <style name="TextAppearance.TileSubTitle" parent="@android:style/TextAppearance.Material.Body1" /> |
| |
| </resources> |