]> 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 7bf67ac67a4930f4658638b113b2740af4aa9656..21b42524f98b5ea199fa55aab3dcb152126268db 100644 (file)
@@ -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"