2010-10-19 23:24:04 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2013-05-26 12:25:46 +02:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
2013-07-08 13:03:10 +02:00
|
|
|
android:paddingLeft="8dp"
|
|
|
|
android:paddingRight="8dp"
|
2013-05-26 12:25:46 +02:00
|
|
|
android:paddingTop="6dp"
|
|
|
|
android:paddingBottom="6dp"
|
2013-09-27 18:04:01 +02:00
|
|
|
android:baselineAligned="false"
|
2013-05-26 12:25:46 +02:00
|
|
|
android:orientation="vertical">
|
2010-10-19 23:24:04 +01:00
|
|
|
|
2010-11-12 22:14:25 +00:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2013-05-26 12:25:46 +02:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
2010-11-12 22:14:25 +00:00
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView android:text="@string/about_version"
|
2013-05-26 12:25:46 +02:00
|
|
|
android:textStyle="bold"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
2010-11-12 22:14:25 +00:00
|
|
|
|
2013-05-26 12:25:46 +02:00
|
|
|
<TextView android:id="@+id/version"
|
2013-07-08 13:03:10 +02:00
|
|
|
android:paddingLeft="5dp"
|
2013-05-26 12:25:46 +02:00
|
|
|
android:layout_width="wrap_content"
|
2010-11-12 22:14:25 +00:00
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2010-10-19 23:24:04 +01:00
|
|
|
<LinearLayout android:layout_width="fill_parent"
|
2013-05-26 12:25:46 +02:00
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:orientation="horizontal">
|
2010-10-19 23:24:04 +01:00
|
|
|
|
2013-05-26 12:25:46 +02:00
|
|
|
<TextView android:id="@+id/site"
|
|
|
|
android:text="@string/about_site"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
2010-10-19 23:24:04 +01:00
|
|
|
|
2013-05-26 12:25:46 +02:00
|
|
|
<TextView android:id="@+id/sitec"
|
|
|
|
android:text="@string/about_sitec"
|
2013-07-08 13:03:10 +02:00
|
|
|
android:paddingLeft="5dp"
|
2013-05-26 12:25:46 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
2010-10-19 23:24:04 +01:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2013-05-26 12:25:46 +02:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
2010-10-19 23:24:04 +01:00
|
|
|
android:orientation="horizontal">
|
|
|
|
|
2013-05-26 12:25:46 +02:00
|
|
|
<TextView android:id="@+id/mail"
|
|
|
|
android:text="@string/about_mail"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
2010-10-19 23:24:04 +01:00
|
|
|
|
2013-05-26 12:25:46 +02:00
|
|
|
<TextView android:id="@+id/mailc"
|
|
|
|
android:text="@string/about_mailc"
|
2013-07-08 13:03:10 +02:00
|
|
|
android:paddingLeft="5dp"
|
2013-05-26 12:25:46 +02:00
|
|
|
android:autoLink="email"
|
|
|
|
android:layout_width="wrap_content"
|
2010-11-12 22:14:25 +00:00
|
|
|
android:layout_height="wrap_content" />
|
2010-10-19 23:24:04 +01:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2010-11-12 22:14:25 +00:00
|
|
|
<TextView android:text="@string/about_desc"
|
2013-05-26 12:25:46 +02:00
|
|
|
android:paddingTop="5dp"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent" />
|
2010-10-19 23:24:04 +01:00
|
|
|
|
|
|
|
</LinearLayout>
|