attrs.xml 845 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <attr name="bottom_navigation_color" format="reference|color" />
  4. <attr name="image_placeholder_color" format="reference|color" />
  5. <attr name="image_dark_placeholder_color" format="reference|color" />
  6. <attr name="recycler_divider_color" format="reference|color" />
  7. <attr name="book_progress_drawable" format="reference" />
  8. <declare-styleable name="ViewBehavior">
  9. <attr name="appBarLayout" format="reference" />
  10. <attr name="appBarMaxHeight" format="dimension" />
  11. <attr name="appBarMinHeight" format="dimension" />
  12. <attr name="toX" format="dimension" />
  13. <attr name="toY" format="dimension" />
  14. <attr name="toWidth" format="dimension" />
  15. <attr name="toHeight" format="dimension" />
  16. </declare-styleable>
  17. </resources>