summaryrefslogtreecommitdiff
path: root/res/anim
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-11-19 16:50:50 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2014-11-19 16:50:50 +0100
commit563ceaf39332943b1733036f5c3b9087c481d313 (patch)
tree2a77340ec440b030524f28e0e1fcb98196ba94fb /res/anim
parentbaa7d5f11283cb7668d45b561af5d38f0ccb9632 (diff)
parent9588747edda50cd98374a599b47d4be60c562d59 (diff)
downloadAntennaPod-563ceaf39332943b1733036f5c3b9087c481d313.zip
Merge branch 'develop'0.9.9.5
Diffstat (limited to 'res/anim')
-rw-r--r--res/anim/fade_in.xml9
-rw-r--r--res/anim/fade_out.xml10
2 files changed, 0 insertions, 19 deletions
diff --git a/res/anim/fade_in.xml b/res/anim/fade_in.xml
deleted file mode 100644
index d3567dc31..000000000
--- a/res/anim/fade_in.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<set xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <alpha
- android:duration="500"
- android:fromAlpha="0.0"
- android:interpolator="@android:anim/accelerate_interpolator"
- android:toAlpha="1.0" />
-</set> \ No newline at end of file
diff --git a/res/anim/fade_out.xml b/res/anim/fade_out.xml
deleted file mode 100644
index ddf12d13f..000000000
--- a/res/anim/fade_out.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<set xmlns:android="http://schemas.android.com/apk/res/android">
-
- <alpha
- android:duration="500"
- android:fromAlpha="1.0"
- android:interpolator="@android:anim/accelerate_interpolator"
- android:toAlpha="0.0" />
-
-</set> \ No newline at end of file