aniyomi/app/src/main/res/layout/fragment_library.xml

14 lines
448 B
XML
Raw Normal View History

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