summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-25 13:13:10 +0300
committerAndrew Dolgov <[email protected]>2011-11-25 13:13:10 +0300
commitccb6b1cb5ff4bfb53bdafb853a0b3d6850efcbc8 (patch)
treee3eb1c3f9defd1319973f74e3fad24fbfd736bf1 /res
parent44147c17aa2247bae172ef657fefb75608d3c468 (diff)
implement feedlist serialization and proper restoring of
feedlist/login status on orientation change
Diffstat (limited to 'res')
-rw-r--r--res/anim/slide_in_left.xml9
-rw-r--r--res/anim/slide_out_right.xml9
2 files changed, 0 insertions, 18 deletions
diff --git a/res/anim/slide_in_left.xml b/res/anim/slide_in_left.xml
deleted file mode 100644
index b51d378c..00000000
--- a/res/anim/slide_in_left.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<set>
- <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
- android:propertyName="x"
- android:valueType="floatType"
- android:valueFrom="1280"
- android:valueTo="0"
- android:duration="500"/>
-</set> \ No newline at end of file
diff --git a/res/anim/slide_out_right.xml b/res/anim/slide_out_right.xml
deleted file mode 100644
index d7854d63..00000000
--- a/res/anim/slide_out_right.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<set>
- <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
- android:propertyName="x"
- android:valueType="floatType"
- android:valueFrom="0"
- android:valueTo="1280"
- android:duration="500"/>
-</set> \ No newline at end of file