Skip to content

Instantly share code, notes, and snippets.

@satadii11
Created April 1, 2018 16:43
Show Gist options
  • Save satadii11/6f43b1693fdf9702ec2d5c79728b0913 to your computer and use it in GitHub Desktop.
Save satadii11/6f43b1693fdf9702ec2d5c79728b0913 to your computer and use it in GitHub Desktop.
<android.support.v7.widget.RecyclerView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/smaller_margin"
android:orientation="horizontal"
app:layoutManager="@string/linearLayoutManager"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/fifthCard" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment