mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 14:25:13 +01:00
580b2a5778
Saving and restoring from config changes now keeps the library position and manga in place, using a static value for when the tachi is closed via the back button Added blocking method in library presenter so we can stay on the splash screen while the library loads
11 lines
479 B
XML
11 lines
479 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<eu.kanade.tachiyomi.widget.AutofitRecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
style="@style/Theme.Widget.GridView.Catalogue"
|
|
android:id="@+id/grid_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:columnWidth="140dp"
|
|
android:clipToPadding="false"
|
|
tools:listitem="@layout/catalogue_grid_item" />
|