attrs.xml 1.0 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <declare-styleable name="BenefitView">
  4. </declare-styleable>
  5. <!-- Switch 에 스타일을 적용하기 위한 레퍼런스 속성 -->
  6. <declare-styleable name="CustomTheme">
  7. <attr name="customSwitchStyle" format="reference"/>
  8. </declare-styleable>
  9. <!-- CustomSquareRadio 레퍼런스 속성-->
  10. <declare-styleable name="CustomSquareCheckBox">
  11. <attr name="checkBoxText" format="reference|string"/>
  12. </declare-styleable>
  13. <!-- CustomSquareArrowCheckBox 레퍼런스 속성-->
  14. <declare-styleable name="CustomSquareArrowCheckBox">
  15. <attr name="ArrowCheckBoxText" format="reference|string"/>
  16. </declare-styleable>
  17. <!-- BlackButtonWithArrow 레퍼런스 속성-->
  18. <declare-styleable name="WhiteButtonWithArrowView">
  19. <attr name="text" format="reference|string"/>
  20. </declare-styleable>
  21. <declare-styleable name="SpannedGridLayoutManager">
  22. <attr name="android:orientation" />
  23. <attr name="spanCount" />
  24. <attr name="aspectRatio" format="string" />
  25. </declare-styleable>
  26. </resources>