]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/content_new_transaction.xml
drop deprecated property
[mobile-ledger.git] / app / src / main / res / layout / content_new_transaction.xml
index 51efd1995d08e03f0c6f49468611f4abdaf7629c..21b42524f98b5ea199fa55aab3dcb152126268db 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
-  ~ Copyright © 2018 Damyan Ivanov.
+  ~ Copyright © 2019 Damyan Ivanov.
   ~ This file is part of MoLe.
   ~ MoLe is free software: you can distribute it and/or modify it
   ~ under the term of the GNU General Public License as published by
@@ -87,6 +87,7 @@
 
             <TableLayout
                 android:id="@+id/new_transaction_accounts_table"
+                android:animateLayoutChanges="true"
                 android:layout_width="match_parent"
                 android:layout_height="match_parent">
 
                         android:id="@+id/new_transaction_amt_1"
                         android:layout_width="wrap_content"
                         android:layout_height="match_parent"
-                        android:layout_gravity="bottom"
                         android:layout_weight="1"
                         android:width="0dp"
                         android:hint="@string/new_transaction_amount_hint"