mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-16 07:22:51 +01:00
acc65529a0
* Replace numberpicker with wheelpicker * cleanups
11 lines
294 B
XML
11 lines
294 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<declare-styleable name="MaterialSpinnerView">
|
|
<attr name="title" format="reference|string"/>
|
|
<attr name="android:entries"/>
|
|
<attr name="summary" format="reference|string" />
|
|
</declare-styleable>
|
|
|
|
</resources>
|