summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/anim/headline_item.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-12 12:16:56 +0300
committerAndrew Dolgov <[email protected]>2015-02-12 12:16:56 +0300
commit100ce3413e4bf736b17412e249bd4a0301b5db6a (patch)
tree37a0c02afc058492ac1d2dcf6e16212d6a773603 /org.fox.ttrss/src/main/res/anim/headline_item.xml
parentda2428b6da7dee3b51e612e1e488ba33355f24b0 (diff)
remove old-style list animations
Diffstat (limited to 'org.fox.ttrss/src/main/res/anim/headline_item.xml')
-rw-r--r--org.fox.ttrss/src/main/res/anim/headline_item.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/org.fox.ttrss/src/main/res/anim/headline_item.xml b/org.fox.ttrss/src/main/res/anim/headline_item.xml
deleted file mode 100644
index 97c6d40f..00000000
--- a/org.fox.ttrss/src/main/res/anim/headline_item.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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="250"
- />
- <translate
- android:fromXDelta="100%p"
- android:toXDelta="0"
- android:duration="250"
- />
-</set>
-