X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fnew_transaction_row.xml;h=ca1889eef97e8370a0faca6d320e232ad2b3b851;hb=a34236c6b6a3931c5da03da9664ef1811c740433;hp=da1d70cafd1a87b3689dbe9dc8534c6c9ccbaa5a;hpb=96b5e3772e7f0c13750c378ea788455d0f26cca6;p=mobile-ledger-staging.git diff --git a/app/src/main/res/layout/new_transaction_row.xml b/app/src/main/res/layout/new_transaction_row.xml index da1d70ca..ca1889ee 100644 --- a/app/src/main/res/layout/new_transaction_row.xml +++ b/app/src/main/res/layout/new_transaction_row.xml @@ -20,13 +20,15 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" - android:animateLayoutChanges="false" + android:animateLayoutChanges="true" android:orientation="vertical"> - + android:layout_height="wrap_content" + android:animateLayoutChanges="true" + android:orientation="horizontal"> - - + + + + + + + + + - + android:animateLayoutChanges="true"> + android:inputType="text" + android:selectAllOnFocus="false" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" /> - + + + + + + + - - + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintTop_toBottomOf="@id/account_row_acc_name"> + + + + + + +