]> git.ktnx.net Git - mobile-ledger.git/commitdiff
drop unused animation xml
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 6 Dec 2018 18:29:30 +0000 (18:29 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 6 Dec 2018 18:29:30 +0000 (18:29 +0000)
app/src/main/res/animator/new_trans_animation.xml [deleted file]

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