blob: 4737694974c1de914252a662ec78f3d78e328235 [file] [log] [blame]
Steve Kondik66dbbd52016-09-03 05:15:27 -07001<?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 Kondik03b56502016-09-10 17:17:25 -070017<resources>
18 <declare-styleable name="IconPreferenceScreen">
19 <attr name="icon" />
20 </declare-styleable>
21
Steve Kondik03b56502016-09-10 17:17:25 -070022 <!-- 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 Kondik7789bbb2016-09-09 03:14:20 -070035
Steve Kondik66dbbd52016-09-03 05:15:27 -070036 <attr name="preferenceBackgroundColor" format="color" />
Steve Kondik4ecd7e52016-09-08 14:47:47 -070037
Steve Kondik03b56502016-09-10 17:17:25 -070038 <declare-styleable name="DividerPreference">
39 <attr name="allowDividerAbove" format="boolean" />
40 <attr name="allowDividerBelow" format="boolean" />
41 </declare-styleable>
42
43
Steve Kondik4ecd7e52016-09-08 14:47:47 -070044 <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 Kondik7789bbb2016-09-09 03:14:20 -070050
Steve Kondik66dbbd52016-09-03 05:15:27 -070051</resources>