Android App zur Berechnung einer HDR Belichtungsreihe.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920
  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. </resources>