attrs.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <declare-styleable name="SkinBackgroundHelper">
  4. <attr name="android:background" />
  5. </declare-styleable>
  6. <declare-styleable name="SkinCompatImageView">
  7. <attr name="android:src" />
  8. <attr name="srcCompat" />
  9. </declare-styleable>
  10. <declare-styleable name="SkinCompatTextHelper">
  11. <attr name="android:drawableLeft" />
  12. <attr name="android:drawableTop" />
  13. <attr name="android:drawableRight" />
  14. <attr name="android:drawableBottom" />
  15. <attr name="android:drawableStart" />
  16. <attr name="android:drawableEnd" />
  17. <attr name="android:textAppearance" />
  18. </declare-styleable>
  19. <declare-styleable name="SkinTextAppearance">
  20. <attr name="android:textSize" />
  21. <attr name="android:textColor" />
  22. <attr name="android:textColorHint" />
  23. <attr name="android:textStyle" />
  24. <attr name="android:typeface" />
  25. <attr name="textAllCaps" />
  26. <attr name="android:shadowColor" />
  27. <attr name="android:shadowDy" />
  28. <attr name="android:shadowDx" />
  29. <attr name="android:shadowRadius" />
  30. </declare-styleable>
  31. <declare-styleable name="SkinCompatProgressBar">
  32. <attr name="android:indeterminateDrawable" />
  33. <attr name="android:progressDrawable" />
  34. </declare-styleable>
  35. </resources>