2016-02-20 19:26:23 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-02-20 21:06:22 +01:00
|
|
|
<GridView
|
|
|
|
android:id="@+id/photos_grid"
|
2016-02-20 19:26:23 +01:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2016-02-20 21:06:22 +01:00
|
|
|
android:background="@android:color/black"
|
2016-02-28 23:10:01 +01:00
|
|
|
android:choiceMode="multipleChoiceModal"
|
2016-02-20 21:06:22 +01:00
|
|
|
android:columnWidth="@dimen/photo_tmb_size"
|
|
|
|
android:horizontalSpacing="1dp"
|
|
|
|
android:numColumns="auto_fit"
|
|
|
|
android:stretchMode="columnWidth"
|
|
|
|
android:verticalSpacing="1dp"/>
|