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

    <declare-styleable name="BatteryStateView">
        <attr name="batteryTextSize" format="dimension" />
        <attr name="batteryColor" format="color" />
        <attr name="powerColor" format="color" />
        <attr name="lowPowerColor" format="color" />
        <attr name="showText" format="boolean" />
        <attr name="mCapWidth" format="dimension" />
    </declare-styleable>

    <!--<declare-styleable name="Battery">
        <attr name="batteryOrientation">
            <enum name="horizontal" value="0"/>
            <enum name="vertical" value="1"/>
        </attr>
        <attr name="batteryColor" format="color"/>
        <attr name="batteryPower" format="integer"/>
    </declare-styleable>-->

    <declare-styleable name="SwitchButtonView">
        <attr name="checked" format="boolean"></attr>
    </declare-styleable>

    <!--画笔颜色-->
    <attr name="strokeColor" format="color" />
    <!--笔锋宽度-->
    <attr name="strokeWidth" format="dimension" />
    <!--保存的文件夹名称-->
    <attr name="dir" format="string|reference" />
    <declare-styleable name="SignatureView">
        <attr name="strokeColor" />
        <attr name="strokeWidth" />
        <attr name="dir" />
    </declare-styleable>

</resources>