mihon/app/src/main/res/values/attrs.xml

11 lines
294 B
XML
Raw Normal View History

<?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>
2016-05-13 15:45:36 +02:00
</resources>