2015-10-02 13:20:15 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2016-11-05 19:28:47 +01: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>
|
|
|
|
|
2016-05-13 15:45:36 +02:00
|
|
|
</resources>
|