Implement hiding ingredients and instructions

This commit is contained in:
Kirill Kamakin
2021-12-27 19:41:56 +03:00
parent 6232af2295
commit c8019e9c85
6 changed files with 99 additions and 59 deletions

View File

@@ -109,6 +109,13 @@
</LinearLayout>
</com.google.android.material.card.MaterialCardView>
<androidx.constraintlayout.widget.Group
android:id="@+id/instructions_group"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="gone"
app:constraint_referenced_ids="instructions_header,instructions_list" />
<TextView
android:id="@+id/instructions_header"
android:layout_width="0dp"