- <?xml version="1.0" encoding="utf-8"?>
- <resources>
- <declare-styleable name="CustomedActionBar">
- <attr name="rightIcon" format="reference|color" />
- <attr name="title" format="string" />
- <attr name="rightText" format="string" />
- </declare-styleable>
- </resources>
|