2015-10-02 07:20:15 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2016-11-05 14:28:47 -04:00
|
|
|
|
2015-12-20 14:10:04 -05:00
|
|
|
<declare-styleable name="MinMaxNumberPicker">
|
|
|
|
<attr name="min" format="integer"/>
|
|
|
|
<attr name="max" format="integer"/>
|
|
|
|
</declare-styleable>
|
2016-03-12 08:22:40 -05: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 08:44:04 -04:00
|
|
|
|
2021-07-11 15:45:53 -04:00
|
|
|
<!-- Setting chip color values for specific themes -->
|
|
|
|
<attr name="chipTextColor" format="reference|integer"/>
|
|
|
|
|
2016-05-13 09:45:36 -04:00
|
|
|
</resources>
|