X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftemplate_details_header.xml;h=43514d04f812c2a6f7da86eb05685dc886927d19;hp=a35f555a0efaccf6f9331eeb505803df16619b36;hb=55f4f1b5f101d0f9874fe3d3406d53c6df931a40;hpb=400d262bf8ce9818104739177bc564b401bae385 diff --git a/app/src/main/res/layout/template_details_header.xml b/app/src/main/res/layout/template_details_header.xml index a35f555a..43514d04 100644 --- a/app/src/main/res/layout/template_details_header.xml +++ b/app/src/main/res/layout/template_details_header.xml @@ -349,8 +349,9 @@ android:id="@+id/transaction_comment_layout" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginBottom="@dimen/text_margin" app:endIconMode="clear_text" - app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintBottom_toTopOf="@id/template_is_fallback_label" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/template_transaction_comment_source" @@ -362,5 +363,35 @@ android:hint="@string/template_transaction_comment_hint" /> + + + + \ No newline at end of file