blob: 52ac78ff9777f2125d2b0633aa940aa13c32df10 [file] [log] [blame]
Wu-cheng Li99c4c152012-07-19 18:35:30 +08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2012 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<resources>
Joey Rizzoli0a421722016-06-01 14:04:38 +020017 <declare-styleable name="Theme.GalleryBase"/>
Michael Kolb8af7bb62013-01-29 14:03:06 -080018
19 <!-- Camera resources below -->
20
Joey Rizzoli0a421722016-06-01 14:04:38 +020021 <declare-styleable name="CameraPreference"/>
Michael Kolb8af7bb62013-01-29 14:03:06 -080022 <declare-styleable name="ListPreference">
23 <attr name="key" format="string" />
24 <attr name="defaultValue" format="string|reference" />
25 <attr name="entryValues" format="reference" />
26 <attr name="entries" format="reference" />
George Mountf453f1c2013-04-18 10:15:40 -070027 <attr name="labelList" format="reference" />
Michael Kolb8af7bb62013-01-29 14:03:06 -080028 </declare-styleable>
29 <declare-styleable name="IconIndicator">
30 <attr name="icons" format="reference" />
31 <attr name="modes" format="reference" />
32 </declare-styleable>
33 <declare-styleable name="IconListPreference">
34 <!-- If a preference does not have individual icons for each entry, it can has a single icon to represent it. -->
35 <attr name="singleIcon" format="reference" />
36 <attr name="icons" />
37 <attr name="largeIcons" format="reference" />
38 <attr name="images" format="reference" />
39 </declare-styleable>
Likai Ding5167fdf2013-07-22 10:36:14 +080040 <declare-styleable name="Knob">
41 <attr name="label" format="string" />
Likai Ding5167fdf2013-07-22 10:36:14 +080042 <attr name="foreground" format="integer" />
43 </declare-styleable>
jinwu4fafa7a2017-04-07 13:27:48 +080044 <declare-styleable name="FillColor">
45 <attr name="fillColorSelector" format="color" />
46 </declare-styleable>
Wu-cheng Li99c4c152012-07-19 18:35:30 +080047</resources>