Created
November 19, 2019 10:07
-
-
Save tryadelion/1ea7ce684552e8d2fa360d6744996011 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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