Fix opening recipe info without ingredients/instructions

This commit is contained in:
Kirill Kamakin
2021-11-17 23:21:37 +03:00
parent a67a3a5de0
commit d64a49b31f
7 changed files with 117 additions and 0 deletions

View File

@@ -59,6 +59,7 @@
android:layout_height="wrap_content"
android:layout_margin="@dimen/margin_small"
app:layout_constraintEnd_toEndOf="parent"
android:overScrollMode="never"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/ingredients_header"
tools:itemCount="3"
@@ -79,6 +80,7 @@
android:id="@+id/instructions_list"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:overScrollMode="never"
android:layout_margin="@dimen/margin_small"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"