]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/animator/new_trans_animation.xml
hide submit fab when there is no enough account data
[mobile-ledger.git] / app / src / main / res / animator / new_trans_animation.xml
index 408e7e68398554b9590be9998ff1840c522a6754..0cfc1e26d9bffe7f9e80c9d771dfc95c0b8c01ce 100644 (file)
@@ -1,11 +1,10 @@
 <?xml version="1.0" encoding="utf-8"?>
 <set xmlns:android="http://schemas.android.com/apk/res/android"
-    android:ordering="sequentially">
+    android:ordering="together">
     <objectAnimator
-        android:duration="500"
+        android:duration="1000"
+        android:startOffset="500"
         android:propertyName="alpha"
-        android:repeatCount="3"
-        android:repeatMode="reverse"
         android:valueFrom="1f"
         android:valueTo="0f" />
 </set>
\ No newline at end of file