Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2008 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 | |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 17 | <resources> |
| 18 | <declare-styleable name="IconPreferenceScreen"> |
| 19 | <attr name="icon" /> |
| 20 | </declare-styleable> |
| 21 | |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 22 | <!-- For DotsPageIndicator --> |
| 23 | <declare-styleable name="DotsPageIndicator"> |
| 24 | <attr name="dotDiameter" format="dimension" /> |
| 25 | <attr name="dotGap" format="dimension" /> |
| 26 | <attr name="animationDuration" format="integer" /> |
| 27 | <attr name="pageIndicatorColor" format="color" /> |
| 28 | <attr name="currentPageIndicatorColor" format="color" /> |
| 29 | </declare-styleable> |
| 30 | |
| 31 | <attr name="switchBarTheme" format="reference" /> |
| 32 | <attr name="switchBarMarginStart" format="dimension" /> |
| 33 | <attr name="switchBarMarginEnd" format="dimension" /> |
| 34 | <attr name="switchBarBackgroundColor" format="color" /> |
Steve Kondik | 7789bbb | 2016-09-09 03:14:20 -0700 | [diff] [blame] | 35 | |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 36 | <attr name="preferenceBackgroundColor" format="color" /> |
Steve Kondik | 4ecd7e5 | 2016-09-08 14:47:47 -0700 | [diff] [blame] | 37 | |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 38 | <declare-styleable name="DividerPreference"> |
| 39 | <attr name="allowDividerAbove" format="boolean" /> |
| 40 | <attr name="allowDividerBelow" format="boolean" /> |
| 41 | </declare-styleable> |
| 42 | |
| 43 | |
Steve Kondik | 4ecd7e5 | 2016-09-08 14:47:47 -0700 | [diff] [blame] | 44 | <declare-styleable name="IntervalSeekBar"> |
| 45 | <attr name="min" format="float" /> |
| 46 | <attr name="max" format="float" /> |
| 47 | <attr name="defaultValue" /> |
| 48 | <attr name="digits" format="integer" /> |
| 49 | </declare-styleable> |
Steve Kondik | 7789bbb | 2016-09-09 03:14:20 -0700 | [diff] [blame] | 50 | |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 51 | </resources> |