attrs.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233
  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. <attr name="colorTertiary" format="reference|integer"/>
  14. <attr name="colorOnTertiary" format="reference|integer"/>
  15. <!-- Ripple color for toolbar elements -->
  16. <attr name="rippleColorToolbar" format="reference|color"/>
  17. <!-- Toolbar color. Not actually used by the toolbar. -->
  18. <attr name="colorToolbar" format="reference|color"/>
  19. <!-- For anything that is drawn on the toolbar -->
  20. <attr name="colorOnToolbar" format="reference|integer"/>
  21. <attr name="lightSystemBarsOnPrimary" format="reference|boolean"/>
  22. <!-- Setting chip color values for specific themes -->
  23. <attr name="chipTextColor" format="reference|integer"/>
  24. </resources>