mihon/app/src/main/res/values/attrs.xml

21 lines
643 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="MinMaxNumberPicker">
<attr name="min" format="integer"/>
<attr name="max" format="integer"/>
</declare-styleable>
2016-03-12 08:22:40 -05:00
<declare-styleable name="MaterialSpinnerView">
<attr name="title" format="reference|string"/>
<attr name="android:entries"/>
<attr name="summary" format="reference|string" />
</declare-styleable>
<attr name="colorFilterActive" format="reference|integer"/>
<!-- Setting chip color values for specific themes -->
<attr name="chipTextColor" format="reference|integer"/>
2016-05-13 09:45:36 -04:00
</resources>