Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / android / source / res / layout / file_list.xml
blob48dfb1e31267e7cbdc05382f864f26578c6a00bd
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3  This file is part of the LibreOffice project.
5  This Source Code Form is subject to the terms of the Mozilla Public
6  License, v. 2.0. If a copy of the MPL was not distributed with this
7  file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  -->
9 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
10     android:layout_width="match_parent"
11     android:layout_height="match_parent"
12     android:orientation="vertical" >
14     <ListView
15         android:id="@+id/file_explorer_list_view"
16         android:layout_width="fill_parent"
17         android:layout_height="fill_parent">
18     </ListView>
20 </LinearLayout>