Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / android / source / res / layout / main.xml
blob0264e28f7e47f2875a9a0615b4d7802377bc59ae
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="fill_parent"
11     android:layout_height="fill_parent"
12     android:background="#aaa"
13     android:orientation="vertical"
14     >
16     <org.libreoffice.ui.PageView
17         android:layout_width="fill_parent"
18         android:layout_height="wrap_content"
19         />
22 </LinearLayout>