diff options
author | steckbrief <steckbrief@chefmail.de> | 2015-12-14 14:56:46 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2015-12-14 14:56:46 +0100 |
commit | 9d0dedc6cec165fc720e507e94c976f78a6ed743 (patch) | |
tree | 479765d89796228778cc5dfd03a118b6ecdba5d6 /libs/SwipyRefreshLayout/src/main/res | |
parent | 8ed95d05950ce8c76bd404d67593ca0f7fcc0f15 (diff) |
Build cleanup: libraries added as local resources, removed unused proguard configs, removed SwipyRefreshLayout as module and added as binary dependency, moved 3rd party binaries to separate folder
Diffstat (limited to 'libs/SwipyRefreshLayout/src/main/res')
-rw-r--r-- | libs/SwipyRefreshLayout/src/main/res/values/attrs.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libs/SwipyRefreshLayout/src/main/res/values/attrs.xml b/libs/SwipyRefreshLayout/src/main/res/values/attrs.xml deleted file mode 100644 index db0c1d32..00000000 --- a/libs/SwipyRefreshLayout/src/main/res/values/attrs.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?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 |