mihon/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 19:43:23 +02:00
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
2015-09-25 12:44:11 +02:00
<GridView
2015-09-25 19:43:23 +02:00
android:id="@+id/gridView"
style="@style/AppTheme.GridView"
2015-10-02 18:27:25 +02:00
android:choiceMode="multipleChoiceModal"
android:columnWidth="140dp"
tools:listitem="@layout/item_catalogue" />
2015-09-25 12:44:11 +02:00
</FrameLayout>