blob: 658eed8e8cb21a6bda4e9c13c40e24df25205630 [file] [log] [blame]
Juan Ezquerro LLanesbd134a72018-05-22 23:11:23 +02001<?xml version="1.0" encoding="utf-8"?>
Juan Ezquerro LLanes4a10d472018-06-12 20:23:37 +02002
Juan Ezquerro LLanesbd134a72018-05-22 23:11:23 +02003<!--
4/*
5** Copyright 2013, The ChameleonOS Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11** http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
Juan Ezquerro LLanesbd134a72018-05-22 23:11:23 +020020
Juan Ezquerro LLanes4a10d472018-06-12 20:23:37 +020021<resources>
Juan Ezquerro LLanesbd134a72018-05-22 23:11:23 +020022 <declare-styleable name="SeekBarPreference">
23 <attr name="min" format="integer" />
24 <attr name="interval" format="integer" />
Juan Ezquerro LLanesc956ca32018-06-06 20:05:53 +020025 <attr name="unitsLeft" format="reference" />
26 <attr name="unitsRight" format="reference" />
Juan Ezquerro LLanesbd134a72018-05-22 23:11:23 +020027 </declare-styleable>
28
29 <declare-styleable name="ColorSelectPreference">
30 <attr name="ledPreview" format="boolean" />
Stefan Berger5bd19892018-06-16 12:56:04 +020031 <attr name="multiColor" format="boolean" />
Juan Ezquerro LLanes4a10d472018-06-12 20:23:37 +020032 <attr name="withAlpha" format="boolean" />
Juan Ezquerro LLanesbd134a72018-05-22 23:11:23 +020033 </declare-styleable>
34</resources>