X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fnew_transaction_row.xml;h=90944e2c3d5f73260b272645d3d38c20fe0832b0;hb=c0d1c10b6440db293b1781e7b14705e0c00ab10a;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..90944e2c 100644 --- a/app/src/main/res/layout/new_transaction_row.xml +++ b/app/src/main/res/layout/new_transaction_row.xml @@ -100,7 +100,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@drawable/ic_comment_gray_24dp" - app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintBottom_toBottomOf="@id/amount_layout" app:layout_constraintStart_toStartOf="@+id/ntr_account" app:layout_constraintTop_toBottomOf="@+id/account_row_acc_name" /> @@ -155,7 +155,7 @@ android:text="@string/currency_symbol" style="@style/TextAppearance.AppCompat.Widget.Button" android:textAllCaps="false" - android:visibility="visible" + android:visibility="gone" android:minWidth="24dp" android:gravity="center_horizontal"/>