attrs.xml 1.4 KB
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <declare-styleable name="UIToolBar">
        <attr name="leftText" format="reference|string" />
        <attr name="leftImg" format="reference" />
        <attr name="toolTitle" format="reference|string" />
        <attr name="rightText" format="reference|string" />
        <attr name="rightImg" format="reference" />
        <attr name="toolTitleTextSize" format="reference|dimension" />
        <attr name="toolTitleTextColor" format="reference|color" />
        <attr name="navTextSize" format="reference|dimension" />
        <attr name="navTextColor" format="reference|color" />
    </declare-styleable>
    <declare-styleable name="TitleBar">
        <attr name="titleBarBg" format="color" />
        <attr name="centerTitle" format="reference|string" />
        <attr name="centerTitleColor" format="color" />
        <attr name="showLeft" format="boolean" />
        <attr name="showRight" format="boolean" />
        <attr name="showUnreadMessage" format="boolean" />
        <attr name="leftTitle" format="reference|string" />
        <attr name="rightTitle" format="reference|string" />
        <attr name="leftDrawable" format="reference" />
        <attr name="rightDrawable" format="reference" />
        <attr name="rightTitleColor" format="color" />
        <attr name="rightDrawable2" format="reference" />
        <attr name="isIncludeStatusBar" format="boolean" />
    </declare-styleable>
</resources>