mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-06 09:35:06 -05:00
29 lines
1.2 KiB
XML
29 lines
1.2 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
|
||
|
<declare-styleable name="PullToRefresh">
|
||
|
<attr name="ptrAdapterViewBackground" format="reference|color" />
|
||
|
<attr name="ptrHeaderBackground" format="reference|color" />
|
||
|
<attr name="ptrHeaderTextColor" format="reference|color" />
|
||
|
<attr name="ptrHeaderSubTextColor" format="reference|color" />
|
||
|
<attr name="ptrMode">
|
||
|
<flag name="disabled" value="0x0" />
|
||
|
<flag name="pullDownFromTop" value="0x1" />
|
||
|
<flag name="pullUpFromBottom" value="0x2" />
|
||
|
<flag name="both" value="0x3" />
|
||
|
</attr>
|
||
|
<attr name="ptrShowIndicator" format="reference|boolean" />
|
||
|
<attr name="ptrDrawable" format="reference" />
|
||
|
<attr name="ptrDrawableTop" format="reference" />
|
||
|
<attr name="ptrDrawableBottom" format="reference" />
|
||
|
<attr name="ptrOverScroll" format="reference|boolean" />
|
||
|
<attr name="ptrHeaderTextAppearance" format="reference" />
|
||
|
<attr name="ptrSubHeaderTextAppearance" format="reference" />
|
||
|
<attr name="ptrAnimationStyle">
|
||
|
<flag name="rotate" value="0x0" />
|
||
|
<flag name="flip" value="0x1" />
|
||
|
</attr>
|
||
|
</declare-styleable>
|
||
|
|
||
|
</resources>
|