FeedFragment: fix view binding and show loading indicator correctly

This commit is contained in:
Stypox 2021-01-15 22:29:18 +01:00
parent ef661dcaf4
commit 6e665182d9
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">