mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-31 21:20:59 -04:00
38d131be37
* Remove material-components workaround that was fixed upstream * Remove unused toolbar workaround * Fix cover dialog navigation icon
20 lines
643 B
XML
20 lines
643 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<declare-styleable name="MinMaxNumberPicker">
|
|
<attr name="min" format="integer"/>
|
|
<attr name="max" format="integer"/>
|
|
</declare-styleable>
|
|
|
|
<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"/>
|
|
|
|
</resources>
|