attrs.xml 293 B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <declare-styleable name="CustomedActionBar">
  4. <attr name="rightIcon" format="reference|color" />
  5. <attr name="title" format="string" />
  6. <attr name="rightText" format="string" />
  7. </declare-styleable>
  8. </resources>