Skip to content

Instantly share code, notes, and snippets.

@dharmakshetri
Created June 25, 2017 02:52
Show Gist options
  • Save dharmakshetri/9621a7b20863937a1a3d75a5fecb5350 to your computer and use it in GitHub Desktop.
Save dharmakshetri/9621a7b20863937a1a3d75a5fecb5350 to your computer and use it in GitHub Desktop.
<android.support.v7.widget.RecyclerView
android:id="@+id/mRecyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="64dp"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintVertical_bias="0.09"
android:scrollbars="vertical"
app:layout_constraintTop_toTopOf="parent" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment