admin
2022-01-07 60e97a582feba0526c64d823fcf74e1cb97fd4c1
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
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<resources>
 
    <declare-styleable name="DashLine">
        <attr name="dashWidth" format="dimension|reference" />
        <attr name="dashGap" format="dimension|reference" />
        <attr name="lineColor" format="color|reference" />
        <attr name="dashOrientation">
            <enum name="horizontal" value="0" />
            <enum name="vertical" value="1" />
        </attr>
    </declare-styleable>
    <declare-styleable name="ArcMenu">
        <attr name="fromDegrees" format="float|reference" />
        <attr name="toDegrees" format="float|reference" />
        <attr name="arcRadius" format="dimension|reference" />
        <attr name="duration" format="integer|reference" />
        <attr name="closeOnClick" format="boolean" />
        <attr name="mainImage" format="reference" />
    </declare-styleable>
    <declare-styleable name="ShelvesView">
        <attr name="shelfBackground" format="reference" />
    </declare-styleable>
    <declare-styleable name="Emotion">
        <attr name="emotionSize" format="dimension|reference" />
        <attr name="emotionHeight" format="dimension|reference" />
        <attr name="emotionWidth" format="dimension|reference" />
    </declare-styleable>
    <declare-styleable name="AdaptiveListView">
        <attr name="maxHeight" format="dimension|reference" />
    </declare-styleable>
    <declare-styleable name="RatioLayout">
        <attr name="ratio" format="float|reference" />
    </declare-styleable>
    <attr name="rightPadding" format="dimension" />
    <declare-styleable name="SlidingMenu">
        <attr name="rightPadding" />
    </declare-styleable>
</resources>