d34d | b032b95 | 2016-09-18 08:20:55 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Lars Greiss | f4ba24c | 2014-12-19 00:18:41 -0500 | [diff] [blame] | 2 | <!-- Copyright (C) 2018 The Dirty Unicorns Project |
d34d | b032b95 | 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"> |
| 20 | <attr name="interval" format="integer" /> |
d34d | b032b95 | 2016-09-18 08:20:55 -0700 | [diff] [blame] | 21 | <attr name="units" format="string|reference" /> |
ezio84 | 6c8452e | 2019-03-24 18:21:37 +0100 | [diff] [blame] | 22 | <attr name="allowEditText" format="boolean" /> |
d34d | b032b95 | 2016-09-18 08:20:55 -0700 | [diff] [blame] | 23 | </declare-styleable> |
| 24 | |
ezio84 | 703f575 | 2019-11-17 22:06:48 +0100 | [diff] [blame] | 25 | <!-- Value to pass to callback when restore button is pressed --> |
00day0 | 288feda | 2019-12-11 00:02:58 +0100 | [diff] [blame^] | 26 | <declare-styleable name="ColorPreference"> |
| 27 | <attr name="defaultColorValue" format="integer" /> |
ezio84 | 703f575 | 2019-11-17 22:06:48 +0100 | [diff] [blame] | 28 | </declare-styleable> |
| 29 | |
Lopez Mikhael | 3659eb2 | 2019-03-17 12:51:33 -0500 | [diff] [blame] | 30 | <!-- Base attributes available to CircularImageView --> |
| 31 | <declare-styleable name="CircularImageView"> |
| 32 | <attr name="civ_border" format="boolean"/> |
| 33 | <attr name="civ_border_width" format="dimension"/> |
| 34 | <attr name="civ_border_color" format="color"/> |
| 35 | </declare-styleable> |
| 36 | |
Micah Hainline | 79b3459 | 2019-03-17 12:54:32 -0500 | [diff] [blame] | 37 | <!-- Base attributes available to RowLayout --> |
| 38 | <declare-styleable name="RowLayout"> |
| 39 | <attr name="android:verticalSpacing" /> |
| 40 | <attr name="android:horizontalSpacing" /> |
| 41 | </declare-styleable> |
| 42 | |
d34d | b032b95 | 2016-09-18 08:20:55 -0700 | [diff] [blame] | 43 | </resources> |