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">
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"/>
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"/>
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"/>
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"/>