xuxiuxi
2017-04-25 fe86d1a65b1d7c78384f22db2e5cf09ffe8ad7a1
VisitFace/DemoForBsk/app/src/main/res/values/attrs.xml
@@ -15,4 +15,14 @@
        <attr name="label" format="string"/>
        <attr name="text" format="string"/>
    </declare-styleable>
    <declare-styleable name="PullToRefresh">
        <attr name="adapterViewBackground" format="reference|color" />
        <attr name="headerBackground" format="reference|color" />
        <attr name="headerTextColor" format="color" />
        <attr name="mode">
            <flag name="pullDownFromTop" value="0x1" />
            <flag name="pullUpFromBottom" value="0x2" />
            <flag name="both" value="0x3" />
        </attr>
    </declare-styleable>
</resources>