xuxiuxi
2017-03-28 a9a69e67c9f78fcf0d8c00930a15db5289f799d5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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>
</resources>