TP-39528 | margin bottom for doc upload note (#7713)

This commit is contained in:
Saurabh Chaudhary
2023-08-31 18:53:41 +05:30
committed by GitHub
parent 9409691a0e
commit 04ef0f64be

View File

@@ -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"