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-11-16 23:39:37 +01:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
2014-03-10 18:19:15 +01:00
|
|
|
android:paddingLeft="8dp"
|
2014-02-20 14:15:50 +01:00
|
|
|
android:paddingStart="8dp"
|
2014-03-10 18:19:15 +01:00
|
|
|
android:paddingRight="8dp"
|
2014-02-20 14:15:50 +01:00
|
|
|
android:paddingEnd="8dp"
|
2013-11-16 23:39:37 +01:00
|
|
|
android:paddingTop="6dp"
|
|
|
|
android:paddingBottom="6dp"
|
|
|
|
android:baselineAligned="false"
|
|
|
|
android:orientation="vertical">
|
2010-10-19 23:24:04 +01:00
|
|
|
|
2014-05-27 17:59:19 +02:00
|
|
|
<LinearLayout
|
2013-11-16 23:39:37 +01: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-11-16 23:39:37 +01:00
|
|
|
android:textStyle="bold"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
2010-11-12 22:14:25 +00:00
|
|
|
|
2013-11-16 23:39:37 +01:00
|
|
|
<TextView android:id="@+id/version"
|
2014-03-10 18:19:15 +01:00
|
|
|
android:paddingLeft="5dp"
|
2014-02-20 14:15:50 +01:00
|
|
|
android:paddingStart="5dp"
|
2013-11-16 23:39:37 +01: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-11-16 23:39:37 +01:00
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:orientation="horizontal">
|
2010-10-19 23:24:04 +01:00
|
|
|
|
2013-11-16 23:39:37 +01: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-11-16 23:39:37 +01:00
|
|
|
<TextView android:id="@+id/sitec"
|
|
|
|
android:text="@string/about_sitec"
|
2014-03-10 18:19:15 +01:00
|
|
|
android:paddingLeft="5dp"
|
2014-02-20 14:15:50 +01:00
|
|
|
android:paddingStart="5dp"
|
2013-11-16 23:39:37 +01:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
2010-10-19 23:24:04 +01:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2014-05-27 17:59:19 +02:00
|
|
|
<LinearLayout
|
2013-11-16 23:39:37 +01:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
2010-10-19 23:24:04 +01:00
|
|
|
android:orientation="horizontal">
|
|
|
|
|
2013-11-16 23:39:37 +01: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-11-16 23:39:37 +01:00
|
|
|
<TextView android:id="@+id/mailc"
|
|
|
|
android:text="@string/about_mailc"
|
2014-03-10 18:19:15 +01:00
|
|
|
android:paddingLeft="5dp"
|
2014-02-20 14:15:50 +01:00
|
|
|
android:paddingStart="5dp"
|
2013-11-16 23:39:37 +01: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-11-16 23:39:37 +01:00
|
|
|
android:paddingTop="5dp"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent" />
|
2010-10-19 23:24:04 +01:00
|
|
|
|
|
|
|
</LinearLayout>
|