aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/images_gridview.xml
blob: b3993affd4a99f549fe5518b4e3fbeca3760e94f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/gridView"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:columnWidth="80dp"
    android:gravity="center"
    android:horizontalSpacing="0dp"
    android:numColumns="auto_fit"
    android:stretchMode="spacingWidth"
    android:verticalSpacing="0dp"
    tools:listitem="@layout/grid_image" >

</GridView>