2015-10-02 13:20:15 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2016-11-05 19:28:47 +01:00
|
|
|
|
2015-12-20 20:10:04 +01:00
|
|
|
<declare-styleable name="MinMaxNumberPicker">
|
|
|
|
<attr name="min" format="integer"/>
|
|
|
|
<attr name="max" format="integer"/>
|
|
|
|
</declare-styleable>
|
2016-03-12 14:22:40 +01:00
|
|
|
|
2021-04-16 22:39:19 -04:00
|
|
|
<declare-styleable name="MaterialSpinnerView">
|
2021-03-27 16:28:49 -04:00
|
|
|
<attr name="title" format="reference|string"/>
|
|
|
|
<attr name="android:entries"/>
|
|
|
|
<attr name="summary" format="reference|string" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
2020-03-15 11:01:30 -04:00
|
|
|
<attr name="colorFilterActive" format="reference|integer"/>
|
2021-07-02 19:44:04 +07:00
|
|
|
|
2021-07-11 21:45:53 +02:00
|
|
|
<!-- Setting chip color values for specific themes -->
|
|
|
|
<attr name="chipTextColor" format="reference|integer"/>
|
|
|
|
|
2016-05-13 15:45:36 +02:00
|
|
|
</resources>
|