attrs.xml 523 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <declare-styleable name="MinMaxNumberPicker">
  4. <attr name="min" format="integer"/>
  5. <attr name="max" format="integer"/>
  6. </declare-styleable>
  7. <declare-styleable name="MaterialSpinnerView">
  8. <attr name="title" format="reference|string"/>
  9. <attr name="android:entries"/>
  10. <attr name="summary" format="reference|string" />
  11. </declare-styleable>
  12. <attr name="colorFilterActive" format="reference|integer"/>
  13. </resources>