Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / android / source / res / layout / document_part_list_layout.xml
bloba20aeaff5afc9435292896bbaeacf9fe2d070636
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout
3     xmlns:android="http://schemas.android.com/apk/res/android"
4     xmlns:tools="http://schemas.android.com/tools"
5     android:layout_width="match_parent"
6     android:layout_height="match_parent"
7     android:orientation="vertical"
8     android:gravity="center_horizontal">
10     <ImageView
11         android:id="@+id/image"
12         tools:src="@drawable/dummy_page"
13         android:layout_width="128dp"
14         android:layout_height="128dp"/>
16     <TextView
17         android:id="@+id/text"
18         tools:text="slide or page#"
19         android:layout_width="wrap_content"
20         android:layout_height="wrap_content"
21         android:textAppearance="?android:attr/textAppearanceLarge"/>
22 </LinearLayout>