]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/anim/slide_in_up.xml
move new transaction UI into a fragment, have a clean saving progress
[mobile-ledger.git] / app / src / main / res / anim / slide_in_up.xml
index 36c411a28107d21dc58e0df5363c6a35aafdcb57..2513faccae0eb871a08467550fc12470407d6fc6 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_mediumAnimTime">
     <translate
         android:fromYDelta="+100%"
         android:toYDelta="0%" />