recyclerview

<androidx.recyclerview.widget.RecyclerView

android:id="@+id/chef_marketing_recycler_view"

android:layout_width="0dp"

android:layout_height="wrap_content"

android:layout_marginTop="@dimen/dp_12"

android:paddingBottom="@dimen/oven_chef_continue_button_margin_bottom"

app:layout_constraintBottom_toBottomOf="parent"

app:layout_constraintEnd_toEndOf="parent"

app:layout_constraintStart_toStartOf="parent"

app:layout_constraintTop_toBottomOf="@+id/continue_button"

app:layout_constraintVertical_bias="0.0" />