aboutsummaryrefslogtreecommitdiff
path: root/res/anim/feed_item.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>2013-05-28 12:59:10 +0400
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>2013-05-28 12:59:10 +0400
commit29b5d95e90398e2e7c7b69cb6efd5522b0a2fe2c (patch)
tree881c555dd096934ab93cb7290dd789e3761bd3dd /res/anim/feed_item.xml
parent216eecc96a916568b3db5c5bb9a9083789cd262b (diff)
add fancy animations for feed/cat lists
Diffstat (limited to 'res/anim/feed_item.xml')
-rw-r--r--res/anim/feed_item.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/anim/feed_item.xml b/res/anim/feed_item.xml
new file mode 100644
index 00000000..a60e0556
--- /dev/null
+++ b/res/anim/feed_item.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/accelerate_interpolator">
+ <alpha
+ android:fromAlpha="0"
+ android:toAlpha="1"
+ android:duration="150"
+ />
+</set>
+