Version für alte Androidversionen der Visiereinstellung für Recurvebogen.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

attrs.xml 1.0KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <declare-styleable name="XTextView">
  4. <attr name="drawBorder" format="boolean" />
  5. <attr name="drawBorderWidth" format="dimension" />
  6. <attr name="drawBorderColor" format="color" />
  7. </declare-styleable>
  8. <declare-styleable name="XImageView">
  9. <attr name="drawImgBorder" format="boolean" />
  10. <attr name="drawImgBorderWidth" format="dimension" />
  11. <attr name="drawImgBorderColor" format="color" />
  12. </declare-styleable>
  13. <declare-styleable name="FontTextView">
  14. <attr name="font" format="string" />
  15. </declare-styleable>
  16. <declare-styleable name="FontEditText">
  17. <attr name="txtFont" format="string" />
  18. </declare-styleable>
  19. <declare-styleable name="FontButton">
  20. <attr name="btnFont" format="string" />
  21. </declare-styleable>
  22. <declare-styleable name="FontSpinner">
  23. <attr name="spinnerFont" format="string" />
  24. </declare-styleable>
  25. </resources>