X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fnew_transaction_row.xml;h=44d902e032240c3dcea046416fc0f6bb35dfbc67;hb=7b3937e47b0b270651ad3083e467bfaaf62e9dc8;hp=508eea9892b1529a7ae7e58d6625689d1bd2e66a;hpb=7ae5407090d9ffe2026775ba9e569014f879b54d;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 508eea98..44d902e0 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:layout_height="wrap_content" + android:animateLayoutChanges="true"> - - - + 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"> - + android:textAlignment="viewEnd" + 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" /> + + +