Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / android / source / res / layout / file_grid.xml
blob1885bd34ed6a7eca93eaaed3b53bf40765a66488
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
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/.
7  -->
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" >
13     <GridView
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">
23     </GridView>
25 </LinearLayout>