aboutsummaryrefslogtreecommitdiffstats
path: root/libs/SwipyRefreshLayout/src/main/res/values/attrs.xml
blob: db0c1d324ce40a9b8fcb6555a36afacf2eea7e12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <declare-styleable name="SwipyRefreshLayout">
        <attr name="direction">
            <enum name="top" value="0" />
            <enum name="bottom" value="1" />
            <enum name="both" value="2" />
        </attr>
    </declare-styleable>

</resources>