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"
|
|
|
|
android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
|
|
android:orientation="vertical" android:paddingLeft="5px">
|
|
|
|
|
2010-11-12 22:14:25 +00:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView android:text="@string/about_version"
|
|
|
|
android:layout_width="wrap_content" android:layout_height="wrap_content"
|
|
|
|
android:textSize="16px" android:textColor="#ffffff" />
|
|
|
|
|
|
|
|
<TextView android:id="@+id/version" android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2010-10-19 23:24:04 +01:00
|
|
|
<LinearLayout android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent" android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView android:id="@+id/site" android:text="@string/about_site"
|
|
|
|
android:layout_width="wrap_content" android:layout_height="wrap_content"
|
|
|
|
android:textSize="16px" android:textColor="#ffffff" />
|
|
|
|
|
2011-06-07 08:55:39 +01:00
|
|
|
<TextView android:id="@+id/sitec" android:text="@string/about_sitec"
|
2010-10-19 23:24:04 +01:00
|
|
|
android:layout_width="wrap_content" android:layout_height="wrap_content" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView android:id="@+id/mail" android:text="@string/about_mail"
|
|
|
|
android:layout_width="wrap_content" android:layout_height="wrap_content"
|
2010-11-12 22:14:25 +00:00
|
|
|
android:textSize="16px" android:textColor="#ffffff" />
|
2010-10-19 23:24:04 +01:00
|
|
|
|
2011-06-07 08:55:39 +01:00
|
|
|
<TextView android:id="@+id/mailc" android:text="@string/about_mailc"
|
2010-11-12 22:14:25 +00:00
|
|
|
android:autoLink="email" android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
2010-10-19 23:24:04 +01:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2011-06-07 08:55:39 +01:00
|
|
|
<TextView android:id="@+id/not" android:text="@string/about_not"
|
2010-11-12 22:14:25 +00:00
|
|
|
android:layout_width="wrap_content" android:layout_height="wrap_content" />
|
|
|
|
|
|
|
|
<TextView android:text="@string/about_desc"
|
2010-10-19 23:24:04 +01:00
|
|
|
android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
|
|
android:textSize="16px" />
|
|
|
|
|
|
|
|
</LinearLayout>
|