Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / android / source / res / layout / about.xml
blob8968c00d269581bfc3cc514f9476d9b1d02f684f
1 <?xml version="1.0" encoding="utf-8"?>
3 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
4     android:layout_width="match_parent"
5     android:layout_height="match_parent">
6 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
7               android:layout_width="match_parent"
8               android:layout_height="wrap_content"
9               android:orientation="vertical"
10               android:padding="20dip">
12     <TextView
13         android:id="@+id/about_version"
14         android:layout_width="match_parent"
15         android:layout_height="wrap_content"
16         android:textIsSelectable="true"
17         android:text="@string/app_version"
18         android:textSize="18sp"/>
20     <TextView
21         android:id="@+id/about_description"
22         android:layout_width="match_parent"
23         android:layout_height="wrap_content"
24         android:text="@string/app_description"
25         android:textSize="18sp"/>
27     <TextView
28         android:id="@+id/about_credits"
29         android:layout_width="match_parent"
30         android:layout_height="wrap_content"
31         android:autoLink="web"
32         android:paddingBottom="20dip"
33         android:paddingTop="20dip"
34         android:text="@string/app_credits"
35         android:textSize="18sp"/>
37     <TextView
38         android:id="@+id/about_vendor"
39         android:layout_width="match_parent"
40         android:layout_height="wrap_content"
41         android:textIsSelectable="true"
42         android:text="@string/app_vendor"
43         android:textSize="18sp"/>
44 </LinearLayout>
45 </ScrollView>