1 <?xml version="1.0" encoding="utf-8"?>
3 This file is part of the LibreOffice project.
4 This Source Code Form is subject to the terms of the Mozilla Public
5 License, v. 2.0. If a copy of the MPL was not distributed with this
6 file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
9 android:layout_width="match_parent"
10 android:layout_height="match_parent"
11 android:orientation="vertical" >
14 android:id="@+id/file_explorer_grid_view"
15 android:layout_width="fill_parent"
16 android:layout_height="fill_parent"
17 android:columnWidth="120dp"
18 android:numColumns="auto_fit"
19 android:verticalSpacing="10dp"
20 android:horizontalSpacing="10dp"
21 android:stretchMode="columnWidth"
22 android:gravity="center">