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 |
| 7 | |
| 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. |
| 15 | --> |
| 16 | |
| 17 | <resources> |
| 18 | <style name="PreferenceHeaderPanelSinglePane"> |
| 19 | <item name="android:layout_marginStart">0dp</item> |
| 20 | <item name="android:layout_marginEnd">0dp</item> |
| 21 | <item name="android:background">@null</item> |
| 22 | </style> |
| 23 | |
| 24 | <style name="PreferencePanelSinglePane" parent="@*android:style/PreferencePanel"> |
| 25 | <item name="android:layout_marginStart">0dp</item> |
| 26 | <item name="android:layout_marginEnd">0dp</item> |
| 27 | <item name="android:paddingStart">0dp</item> |
| 28 | <item name="android:paddingEnd">0dp</item> |
| 29 | <item name="android:background">@null</item> |
| 30 | <item name="android:scrollbarStyle">outsideOverlay</item> |
| 31 | </style> |
| 32 | |
| 33 | <style name="PreferenceHeaderListSinglePane" parent="@*android:style/PreferenceHeaderList"> |
| 34 | <item name="android:paddingStart">@dimen/settings_side_margin</item> |
| 35 | <item name="android:paddingEnd">@dimen/settings_side_margin</item> |
| 36 | <item name="android:paddingTop">0dp</item> |
| 37 | <item name="android:paddingBottom">0dp</item> |
| 38 | <item name="android:layout_marginStart">0dp</item> |
| 39 | <item name="android:layout_marginEnd">0dp</item> |
| 40 | <item name="android:layout_marginTop">0dp</item> |
| 41 | <item name="android:layout_marginBottom">0dp</item> |
| 42 | <item name="android:scrollbarStyle">outsideOverlay</item> |
| 43 | </style> |
| 44 | |
| 45 | <style name="PreferenceFragmentListSinglePane" parent="@*android:style/PreferenceFragmentList"> |
| 46 | <item name="android:paddingStart">@dimen/settings_side_margin</item> |
| 47 | <item name="android:paddingEnd">@dimen/settings_side_margin</item> |
| 48 | <item name="android:layout_marginStart">0dp</item> |
| 49 | <item name="android:layout_marginEnd">0dp</item> |
| 50 | <item name="android:scrollbarStyle">outsideOverlay</item> |
| 51 | </style> |
| 52 | |
| 53 | |
| 54 | </resources> |