summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/anim/right_slide_in.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/anim/right_slide_in.xml')
-rw-r--r--org.fox.ttrss/src/main/res/anim/right_slide_in.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/org.fox.ttrss/src/main/res/anim/right_slide_in.xml b/org.fox.ttrss/src/main/res/anim/right_slide_in.xml
deleted file mode 100644
index 2bb5acc1..00000000
--- a/org.fox.ttrss/src/main/res/anim/right_slide_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" android:interpolator="@android:anim/accelerate_decelerate_interpolator">
- <translate
- android:fromXDelta="100%p"
- android:toXDelta="0"
- android:duration="200"
- />
-</set>
-