summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/anim
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-11 18:28:59 +0300
committerAndrew Dolgov <[email protected]>2015-02-11 18:28:59 +0300
commit97f177186b521cc479ec44129b1c2e397e7ad823 (patch)
tree32345c935dc5573d51835ff8e7af2e1c0fcbc73e /org.fox.ttrss/src/main/res/anim
parentbf9173fa248a6ba3c372b89cb938fed9778eb4ec (diff)
remove manual transitions
Diffstat (limited to 'org.fox.ttrss/src/main/res/anim')
-rw-r--r--org.fox.ttrss/src/main/res/anim/right_slide_in.xml9
-rw-r--r--org.fox.ttrss/src/main/res/anim/right_slide_out.xml9
2 files changed, 0 insertions, 18 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>
-
diff --git a/org.fox.ttrss/src/main/res/anim/right_slide_out.xml b/org.fox.ttrss/src/main/res/anim/right_slide_out.xml
deleted file mode 100644
index 134467f5..00000000
--- a/org.fox.ttrss/src/main/res/anim/right_slide_out.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="0"
- android:toXDelta="100%p"
- android:duration="200"
- />
-</set>
-