]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/anim/slide_out_up.xml
move new transaction UI into a fragment, have a clean saving progress
[mobile-ledger.git] / app / src / main / res / anim / slide_out_up.xml
index 0437ef5d664a8cffeeff5fee55c0a29be118cfcd..6978439595e255cf9d5fa7c12a5f01ece29a006d 100644 (file)
@@ -16,7 +16,7 @@
   -->
 
 <set xmlns:android="http://schemas.android.com/apk/res/android"
-    android:duration="@android:integer/config_shortAnimTime">
+    android:duration="@android:integer/config_longAnimTime">
     <translate
         android:fromYDelta="0%"
         android:toYDelta="-100%" />