pans
2017-08-30 71c92f101b6c8b4a678a8c3cfe2d8edbf488efa4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <declare-styleable name="VisitorView">
        <!--左右文字-->
        <attr name="vLeftTextString" format="string"/>
        <attr name="vRightTextString" format="string"/>
        <attr name="vBetweenMargin" format="dimension"/>
        <attr name="vLeftTextSize" format="dimension"/>
        <attr name="vRightTextSize" format="dimension"/>
        <attr name="vRightTextColor" format="color"/>
        <attr name="vLeftTextColor" format="color"/>
        <attr name="vBackgroundColor" format="color"/>
    </declare-styleable>
    <declare-styleable name="RegisterRightFieldTextView">
        <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>