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