Version für alte Androidversionen der Visiereinstellung für Recurvebogen.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

attrs.xml 657B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <declare-styleable
  4. name="XTextView">
  5. <attr
  6. name="drawBorder"
  7. format="boolean" />
  8. <attr
  9. name="drawBorderWidth"
  10. format="dimension" />
  11. <attr
  12. name="drawBorderColor"
  13. format="color" />
  14. </declare-styleable>
  15. <declare-styleable
  16. name="FontTextView">
  17. <attr
  18. name="font"
  19. format="string" />
  20. </declare-styleable>
  21. <declare-styleable
  22. name="FontEditText">
  23. <attr
  24. name="txtFont"
  25. format="string" />
  26. </declare-styleable>
  27. <declare-styleable
  28. name="FontButton">
  29. <attr
  30. name="btnFont"
  31. format="string" />
  32. </declare-styleable>
  33. </resources>