OSDN Git Service

am 86018cbd: (-s ours) am 23d07fed: (-s ours) Import translations. DO NOT MERGE
[android-x86/packages-apps-Camera2.git] / res / values / attrs.xml
1 <?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>
17     <declare-styleable name="Theme.GalleryBase">
18         <attr name="listPreferredItemHeightSmall" format="dimension" />
19         <attr name="switchStyle" format="reference" />
20     </declare-styleable>
21
22     <!-- Camera resources below -->
23
24     <declare-styleable name="CameraPreference">
25         <attr name="title" format="string" />
26     </declare-styleable>
27     <declare-styleable name="ListPreference">
28         <attr name="key" format="string" />
29         <attr name="defaultValue" format="string|reference" />
30         <attr name="entryValues" format="reference" />
31         <attr name="entries" format="reference" />
32         <attr name="labelList" format="reference" />
33     </declare-styleable>
34     <declare-styleable name="IconIndicator">
35         <attr name="icons" format="reference" />
36         <attr name="modes" format="reference" />
37     </declare-styleable>
38     <declare-styleable name="IconListPreference">
39         <!-- If a preference does not have individual icons for each entry, it can has a single icon to represent it. -->
40         <attr name="singleIcon" format="reference" />
41         <attr name="icons" />
42         <attr name="largeIcons" format="reference" />
43         <attr name="images" format="reference" />
44     </declare-styleable>
45     <declare-styleable name="MultiToggleImageButton">
46         <attr name="imageIds" format="reference" />
47         <attr name="contentDescriptionIds" format="reference" />
48     </declare-styleable>
49 </resources>