diff --git a/navi-hl/src/main/res/layout/fragment_home_loan_document_upload.xml b/navi-hl/src/main/res/layout/fragment_home_loan_document_upload.xml index 6ce3c44d19..a69f325e89 100644 --- a/navi-hl/src/main/res/layout/fragment_home_loan_document_upload.xml +++ b/navi-hl/src/main/res/layout/fragment_home_loan_document_upload.xml @@ -295,6 +295,7 @@ android:layout_height="wrap_content" android:layout_marginStart="@dimen/dp_16" android:layout_marginEnd="@dimen/dp_16" + android:layout_marginBottom="@dimen/dp_16" android:visibility="@{(TextUtils.isEmpty(response.content.notePrompt.title.text))? View.GONE : View.VISIBLE}" app:data="@{response.content.notePrompt}" app:layout_constraintStart_toStartOf="parent"