This repository has been archived on 2024-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
tachiyomi/app/src/main/res/layout/fragment_library.xml

14 lines
443 B
XML
Raw Normal View History

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2015-09-25 13:43:23 -04:00
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
2015-09-25 06:44:11 -04:00
<GridView
2015-09-25 13:43:23 -04:00
android:id="@+id/gridView"
style="@style/AppTheme.GridView"
2015-10-02 12:27:25 -04:00
android:choiceMode="multipleChoiceModal"
android:numColumns="2"
tools:listitem="@layout/item_catalogue" />
2015-09-25 06:44:11 -04:00
</FrameLayout>