2016-07-30 17:54:32 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-01-06 12:50:40 -05:00
|
|
|
<eu.kanade.tachiyomi.widget.AutofitRecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-07-30 17:54:32 -04:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/library_grid"
|
2020-04-12 12:21:47 -04:00
|
|
|
style="@style/Theme.Widget.GridView.Source"
|
2016-07-30 17:54:32 -04:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2018-01-06 12:50:40 -05:00
|
|
|
android:clipToPadding="false"
|
2020-02-21 18:43:50 -05:00
|
|
|
android:columnWidth="140dp"
|
2020-04-26 20:04:05 -04:00
|
|
|
android:paddingStart="5dp"
|
|
|
|
android:paddingTop="5dp"
|
|
|
|
android:paddingEnd="5dp"
|
|
|
|
android:paddingBottom="@dimen/action_toolbar_list_padding"
|
2020-04-12 12:21:47 -04:00
|
|
|
tools:listitem="@layout/source_grid_item" />
|