summaryrefslogtreecommitdiffstats
path: root/res/anim/fadeout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/anim/fadeout.xml')
-rw-r--r--res/anim/fadeout.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/res/anim/fadeout.xml b/res/anim/fadeout.xml
deleted file mode 100644
index 1922a80..0000000
--- a/res/anim/fadeout.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<set xmlns:android="http://schemas.android.com/apk/res/android">
- <alpha android:fromAlpha="1.0" android:toAlpha="0.0"
- android:interpolator="@android:anim/accelerate_interpolator"
- android:duration="1000"/>
-</set> \ No newline at end of file