attrs.xml 708 B

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