summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/anim
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
parentda2428b6da7dee3b51e612e1e488ba33355f24b0 (diff)
remove old-style list animations
Diffstat (limited to 'org.fox.ttrss/src/main/res/anim')
-rw-r--r--org.fox.ttrss/src/main/res/anim/feed_item.xml9
-rw-r--r--org.fox.ttrss/src/main/res/anim/headline_item.xml14
-rw-r--r--org.fox.ttrss/src/main/res/anim/layout_feeds.xml5
-rw-r--r--org.fox.ttrss/src/main/res/anim/layout_headline.xml5
4 files changed, 0 insertions, 33 deletions
diff --git a/org.fox.ttrss/src/main/res/anim/feed_item.xml b/org.fox.ttrss/src/main/res/anim/feed_item.xml
deleted file mode 100644
index 9f445523..00000000
--- a/org.fox.ttrss/src/main/res/anim/feed_item.xml
+++ /dev/null
@@ -1,9 +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="150"
- />
-</set>
-
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>
-
diff --git a/org.fox.ttrss/src/main/res/anim/layout_feeds.xml b/org.fox.ttrss/src/main/res/anim/layout_feeds.xml
deleted file mode 100644
index 379508c3..00000000
--- a/org.fox.ttrss/src/main/res/anim/layout_feeds.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layoutAnimation xmlns:android="http://schemas.android.com/apk/res/android"
- android:delay="20%"
- android:animation="@anim/feed_item"
-/> \ No newline at end of file
diff --git a/org.fox.ttrss/src/main/res/anim/layout_headline.xml b/org.fox.ttrss/src/main/res/anim/layout_headline.xml
deleted file mode 100644
index ae937110..00000000
--- a/org.fox.ttrss/src/main/res/anim/layout_headline.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layoutAnimation xmlns:android="http://schemas.android.com/apk/res/android"
- android:delay="20%"
- android:animation="@anim/headline_item"
-/> \ No newline at end of file