Skip to content

Instantly share code, notes, and snippets.

@tryadelion
Created November 19, 2019 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tryadelion/1ea7ce684552e8d2fa360d6744996011 to your computer and use it in GitHub Desktop.
Save tryadelion/1ea7ce684552e8d2fa360d6744996011 to your computer and use it in GitHub Desktop.
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/blah"
android:layout_width="match_parent"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/blohbloh">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/blahblah"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/blahblahblah"
android:layoutAnimation="@anim/blahblahblah" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment