attrs.xml 539 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright 2012 Jay Weisskopf
  4. Licensed under the MIT License (see LICENSE.txt)
  5. -->
  6. <resources>
  7. <declare-styleable name="SliderPreference">
  8. <attr name="android:summary" />
  9. <attr name="android:max" />
  10. <attr name="minn" format="float" />
  11. <attr name="resolution" format="float" />
  12. <attr name="scales" format="float" />
  13. <attr name="decimals" format="float" />
  14. <attr name="format" format="string" />
  15. </declare-styleable>
  16. </resources>