aboutsummaryrefslogtreecommitdiffstats
path: root/libs/SwipyRefreshLayout/src/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2015-12-04 23:18:36 +0100
committersteckbrief <steckbrief@chefmail.de>2015-12-04 23:18:36 +0100
commit0086d5dc80dd95b1e8e4dcfe2d3d3090d260bb88 (patch)
treeb1b600ca8aeed4136d0a536f5c5b7a540bf03f66 /libs/SwipyRefreshLayout/src/main/res/values/attrs.xml
parent909dac7ac2bd2e76b2514a7bc6044e918abdf13f (diff)
Implements FS#83: Reload from last received message
Diffstat (limited to '')
-rw-r--r--libs/SwipyRefreshLayout/src/main/res/values/attrs.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/libs/SwipyRefreshLayout/src/main/res/values/attrs.xml b/libs/SwipyRefreshLayout/src/main/res/values/attrs.xml
new file mode 100644
index 00000000..db0c1d32
--- /dev/null
+++ b/libs/SwipyRefreshLayout/src/main/res/values/attrs.xml
@@ -0,0 +1,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> \ No newline at end of file