X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fnew_transaction_row.xml;h=d9c31083350874c23ad58a81d3eedee286e8297b;hp=1c299625a22de9332defb91c743806439427d4f7;hb=a0508ea0def0c4c6400626f26517d8e69631ff15;hpb=e974cb05e7234d603543847c251886a4e2898709 diff --git a/app/src/main/res/layout/new_transaction_row.xml b/app/src/main/res/layout/new_transaction_row.xml index 1c299625..d9c31083 100644 --- a/app/src/main/res/layout/new_transaction_row.xml +++ b/app/src/main/res/layout/new_transaction_row.xml @@ -87,13 +87,14 @@ android:id="@+id/transaction_comment_layout" android:layout_width="0dp" android:layout_height="wrap_content" + android:animateLayoutChanges="true" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/new_transaction_description" > @@ -143,13 +144,14 @@ android:id="@+id/comment_layout" android:layout_width="0dp" android:layout_height="wrap_content" + android:animateLayoutChanges="true" app:layout_constraintEnd_toStartOf="@id/amount_layout" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/account_row_acc_name" > @@ -175,6 +177,7 @@ android:id="@+id/amount_layout" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:animateLayoutChanges="true" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toBottomOf="@id/account_row_acc_name" > @@ -229,13 +232,4 @@ - - - - \ No newline at end of file