Swipe down updates active category. Closes #292. Not sure I'll keep this

This commit is contained in:
len
2016-05-08 17:27:49 +02:00
parent 62d5deaa6f
commit 7cc4405c09
3 changed files with 27 additions and 6 deletions

View File

@@ -4,12 +4,19 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<eu.kanade.tachiyomi.widget.AutofitRecyclerView
android:id="@+id/recycler"
style="@style/Theme.Widget.GridView"
<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/swipe_refresh"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:columnWidth="140dp"
tools:listitem="@layout/item_catalogue_grid"/>
android:layout_height="match_parent">
<eu.kanade.tachiyomi.widget.AutofitRecyclerView
android:id="@+id/recycler"
style="@style/Theme.Widget.GridView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:columnWidth="140dp"
tools:listitem="@layout/item_catalogue_grid"/>
</android.support.v4.widget.SwipeRefreshLayout>
</FrameLayout>