Improve manga list

This commit is contained in:
Koitharu
2020-01-31 20:17:07 +02:00
committed by Admin
parent b1217d5f48
commit 0beabd3f0d
12 changed files with 138 additions and 23 deletions

View File

@@ -16,8 +16,7 @@
android:layout_height="match_parent"
android:orientation="vertical"
android:scrollbars="vertical"
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
app:spanCount="3" />
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>