]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/animator/new_trans_animation.xml
drop unused animation xml
[mobile-ledger.git] / app / src / main / res / animator / new_trans_animation.xml
diff --git a/app/src/main/res/animator/new_trans_animation.xml b/app/src/main/res/animator/new_trans_animation.xml
deleted file mode 100644 (file)
index 0cfc1e2..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<set xmlns:android="http://schemas.android.com/apk/res/android"
-    android:ordering="together">
-    <objectAnimator
-        android:duration="1000"
-        android:startOffset="500"
-        android:propertyName="alpha"
-        android:valueFrom="1f"
-        android:valueTo="0f" />
-</set>
\ No newline at end of file