Juan Ezquerro LLanes | bd134a7 | 2018-05-22 23:11:23 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Juan Ezquerro LLanes | 4a10d47 | 2018-06-12 20:23:37 +0200 | [diff] [blame] | 2 | |
Juan Ezquerro LLanes | bd134a7 | 2018-05-22 23:11:23 +0200 | [diff] [blame] | 3 | <!-- |
| 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 LLanes | bd134a7 | 2018-05-22 23:11:23 +0200 | [diff] [blame] | 20 | |
Juan Ezquerro LLanes | 4a10d47 | 2018-06-12 20:23:37 +0200 | [diff] [blame] | 21 | <resources> |
Juan Ezquerro LLanes | bd134a7 | 2018-05-22 23:11:23 +0200 | [diff] [blame] | 22 | <declare-styleable name="SeekBarPreference"> |
| 23 | <attr name="min" format="integer" /> |
| 24 | <attr name="interval" format="integer" /> |
Juan Ezquerro LLanes | c956ca3 | 2018-06-06 20:05:53 +0200 | [diff] [blame] | 25 | <attr name="unitsLeft" format="reference" /> |
| 26 | <attr name="unitsRight" format="reference" /> |
Juan Ezquerro LLanes | bd134a7 | 2018-05-22 23:11:23 +0200 | [diff] [blame] | 27 | </declare-styleable> |
| 28 | |
| 29 | <declare-styleable name="ColorSelectPreference"> |
| 30 | <attr name="ledPreview" format="boolean" /> |
Stefan Berger | 5bd1989 | 2018-06-16 12:56:04 +0200 | [diff] [blame] | 31 | <attr name="multiColor" format="boolean" /> |
Juan Ezquerro LLanes | 4a10d47 | 2018-06-12 20:23:37 +0200 | [diff] [blame] | 32 | <attr name="withAlpha" format="boolean" /> |
Juan Ezquerro LLanes | bd134a7 | 2018-05-22 23:11:23 +0200 | [diff] [blame] | 33 | </declare-styleable> |
Vachounet | cb0f724 | 2020-10-28 13:26:40 +0100 | [diff] [blame] | 34 | |
| 35 | <declare-styleable name="SecureSettingsSwitch"> |
| 36 | <attr name="initialValue" format="integer" /> |
| 37 | </declare-styleable> |
| 38 | |
| 39 | <declare-styleable name="SystemSettingsSwitch"> |
| 40 | <attr name="initialValue" format="integer" /> |
| 41 | </declare-styleable> |
| 42 | |
| 43 | </resources> |