2015-10-02 19:20:15 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2016-11-06 02:28:47 +08:00
|
|
|
|
2021-04-17 10:39:19 +08:00
|
|
|
<declare-styleable name="MaterialSpinnerView">
|
2021-03-28 04:28:49 +08:00
|
|
|
<attr name="title" format="reference|string"/>
|
|
|
|
<attr name="android:entries"/>
|
|
|
|
<attr name="summary" format="reference|string" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
2016-05-13 21:45:36 +08:00
|
|
|
</resources>
|