mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-11 05:19:08 +01:00
38d131be37
* Remove material-components workaround that was fixed upstream * Remove unused toolbar workaround * Fix cover dialog navigation icon
21 lines
643 B
XML
21 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>
|