Skip to content

Instantly share code, notes, and snippets.

@gilgoldzweig
Last active December 27, 2019 10:18
Show Gist options
  • Save gilgoldzweig/294ca4c1246d2cafffa24f198651e535 to your computer and use it in GitHub Desktop.
Save gilgoldzweig/294ca4c1246d2cafffa24f198651e535 to your computer and use it in GitHub Desktop.
MotionLayout layout recyclerview|-|&tag=MotionLayout
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/scrollable_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/guidline_toolbar" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment