d34d | e27f18c | 2016-09-18 08:20:55 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Lars Greiss | 277e9ce | 2014-12-19 00:18:41 -0500 | [diff] [blame] | 2 | <!-- Copyright (C) 2018 The Dirty Unicorns Project |
d34d | e27f18c | 2016-09-18 08:20:55 -0700 | [diff] [blame] | 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 | |
| 18 | <!-- Base attributes available to CustomSeekBarPreference. --> |
| 19 | <declare-styleable name="CustomSeekBarPreference"> |
Pranav Vashi | 4fb1990 | 2020-01-01 22:35:04 +0530 | [diff] [blame] | 20 | <attr name="defaultValueText" format="string" /> |
d34d | e27f18c | 2016-09-18 08:20:55 -0700 | [diff] [blame] | 21 | <attr name="interval" format="integer" /> |
Pranav Vashi | f0a0b7c | 2018-11-07 13:28:35 +0530 | [diff] [blame] | 22 | <attr name="showSign" format="boolean" /> |
d34d | e27f18c | 2016-09-18 08:20:55 -0700 | [diff] [blame] | 23 | <attr name="units" format="string|reference" /> |
Pranav Vashi | f0a0b7c | 2018-11-07 13:28:35 +0530 | [diff] [blame] | 24 | <attr name="continuousUpdates" format="boolean" /> |
d34d | e27f18c | 2016-09-18 08:20:55 -0700 | [diff] [blame] | 25 | </declare-styleable> |
| 26 | |
ezio84 | a2233c4 | 2019-11-17 22:06:48 +0100 | [diff] [blame] | 27 | <!-- Value to pass to callback when restore button is pressed --> |
| 28 | <declare-styleable name="ColorPickerPreference"> |
| 29 | <attr name="alphaSlider" format="boolean" /> |
bigrushdog | 7da40fa | 2020-06-15 20:29:25 -0700 | [diff] [blame] | 30 | <attr name="showPreview" format="boolean" /> |
| 31 | <attr name="showReset" format="boolean" /> |
bigrushdog | 14cc32d | 2020-06-16 10:26:27 -0700 | [diff] [blame] | 32 | <attr name="dividerAbove" format="boolean" /> |
| 33 | <attr name="dividerBelow" format="boolean" /> |
ezio84 | a2233c4 | 2019-11-17 22:06:48 +0100 | [diff] [blame] | 34 | </declare-styleable> |
| 35 | |
SpiritCroc | 214860d | 2018-10-26 17:27:09 +0200 | [diff] [blame^] | 36 | <!-- Color Blend --> |
| 37 | <declare-styleable name="ColorBlendPreference"> |
| 38 | <!-- Preference keys --> |
| 39 | <attr name="keyColorStart" format="string" /> |
| 40 | <attr name="keyColorEnd" format="string" /> |
| 41 | <attr name="keyBlendReverse" format="string" /> |
| 42 | <!-- Default values --> |
| 43 | <attr name="defaultValueColorStart" format="color" /> |
| 44 | <attr name="defaultValueColorEnd" format="color" /> |
| 45 | <attr name="defaultValueBlendReverse" format="boolean" /> |
| 46 | <!-- Preview strings --> |
| 47 | <attr name="previewStartText" format="string" /> |
| 48 | <attr name="previewEndText" format="string" /> |
| 49 | <attr name="previewBetweenText" format="string" /> |
| 50 | </declare-styleable> |
| 51 | |
d34d | e27f18c | 2016-09-18 08:20:55 -0700 | [diff] [blame] | 52 | </resources> |