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
|
|
|
|
2016-09-21 21:26:08 +02:00
|
|
|
<declare-styleable name="NegativeSeekBar">
|
|
|
|
<attr name="min_seek" format="integer"/>
|
|
|
|
<attr name="max_seek" format="integer"/>
|
|
|
|
</declare-styleable>
|
|
|
|
|
2021-04-17 04:39:19 +02:00
|
|
|
<declare-styleable name="MaterialSpinnerView">
|
2021-03-27 21:28:49 +01:00
|
|
|
<attr name="title" format="reference|string"/>
|
|
|
|
<attr name="android:entries"/>
|
|
|
|
<attr name="summary" format="reference|string" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
2020-03-15 16:01:30 +01:00
|
|
|
<attr name="colorFilterActive" format="reference|integer"/>
|
2021-05-27 00:11:14 +02:00
|
|
|
<attr name="colorTertiary" format="reference|integer"/>
|
|
|
|
<attr name="colorOnTertiary" format="reference|integer"/>
|
2021-06-19 21:45:16 +02:00
|
|
|
|
|
|
|
<!-- Ripple color for toolbar elements -->
|
|
|
|
<attr name="rippleColorToolbar" format="reference|color"/>
|
|
|
|
|
|
|
|
<!-- Toolbar color. Not actually used by the toolbar. -->
|
|
|
|
<attr name="colorToolbar" format="reference|color"/>
|
|
|
|
|
|
|
|
<!-- For anything that is drawn on the toolbar -->
|
|
|
|
<attr name="colorOnToolbar" format="reference|integer"/>
|
2020-02-19 04:13:45 +01:00
|
|
|
|
2016-05-13 15:45:36 +02:00
|
|
|
</resources>
|