TP-39528 | margin bottom for doc upload note (#7713)
This commit is contained in:
committed by
GitHub
parent
9409691a0e
commit
04ef0f64be
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user