<?xml version="1.0" encoding="utf-8"?> <resources> <attr name="backgroundCard" format="color" /> <attr name="textColor" format="color" /> <attr name="textColorBg" format="color" /> <attr name="themeType" format="string" /> <attr name="themeIcon" format="reference" /> <attr name="colorWhite" format="color" /> <declare-styleable name="titleBar"> <attr name="isShowLeft" format="boolean" /> <attr name="isSowRight" format="boolean" /> <attr name="title" format="string" /> <attr name="rightTitle" format="string" /> </declare-styleable> </resources>