2015-11-24 18:45:53 +01:00
|
|
|
<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"
|
2015-11-24 18:45:53 +01:00
|
|
|
style="@style/AppTheme.GridView"
|
2015-10-02 18:27:25 +02:00
|
|
|
android:choiceMode="multipleChoiceModal"
|
2015-11-30 18:45:45 +01:00
|
|
|
android:columnWidth="140dp"
|
2015-11-24 18:45:53 +01:00
|
|
|
tools:listitem="@layout/item_catalogue" />
|
2015-09-25 12:44:11 +02:00
|
|
|
|
|
|
|
</FrameLayout>
|