FeedFragment: fix view binding and show loading indicator correctly

This commit is contained in:
Stypox 2021-01-15 22:29:18 +01:00
parent c3cf1d81c2
commit aee0478235
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
2 changed files with 12 additions and 8 deletions

View file

@ -71,7 +71,7 @@
</RelativeLayout>
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/swiperefresh"
android:id="@+id/swipeRefreshLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/refresh_root_view">