mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-25 05:57:59 +01:00
13 lines
470 B
XML
13 lines
470 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<GridView
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:id="@+id/directories_grid"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:columnWidth="@dimen/dir_tmb_size"
|
||
|
android:horizontalSpacing="1dp"
|
||
|
android:numColumns="auto_fit"
|
||
|
android:paddingTop="@dimen/activity_margin"
|
||
|
android:stretchMode="columnWidth"
|
||
|
android:verticalSpacing="1dp"/>
|