X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fnew_transaction_row.xml;h=5a057934ffb300e47c98ff1fcb354a2429073a88;hb=f2f0413c454a2fd63decc60fcbc0f8ac80f6159f;hp=11951e58dd60752fedd04a09ff96082e63b6c339;hpb=5545ddea3574103c2a7eea552fff0d43a0587fac;p=mobile-ledger.git diff --git a/app/src/main/res/layout/new_transaction_row.xml b/app/src/main/res/layout/new_transaction_row.xml index 11951e58..5a057934 100644 --- a/app/src/main/res/layout/new_transaction_row.xml +++ b/app/src/main/res/layout/new_transaction_row.xml @@ -23,10 +23,11 @@ android:animateLayoutChanges="false" android:orientation="vertical"> - + android:layout_height="wrap_content" + android:orientation="horizontal"> - + + - - - + android:alpha="0.50" + app:layout_constraintEnd_toStartOf="@id/amount_layout" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@id/account_row_acc_name"> + + + + + + app:layout_constraintTop_toBottomOf="@id/account_row_acc_name"> + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintLeft_toLeftOf="parent" + app:layout_constraintRight_toLeftOf="@id/currency" + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintWidth_min="@dimen/text_margin" /> + android:visibility="gone" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintRight_toRightOf="parent" + app:layout_constraintTop_toTopOf="parent" />