FossifyGallery/app/src/main/res/layout/activity_photos.xml

14 lines
510 B
XML
Raw Normal View History

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