diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-03 21:04:42 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-03 21:04:42 +0200 |
commit | 1668b7649773a9842af3c8e3a69222c7abb01a99 (patch) | |
tree | e4410f6d93bab2a1d3269a368fc29be744649dc2 /res/layout/about.xml | |
parent | bf7aece58cd44b02616d30497d9d022f026edb07 (diff) |
add fix to arrays.xml (closes issue #43)
add translated by recognition
add faq for system dialogs
Diffstat (limited to 'res/layout/about.xml')
-rw-r--r-- | res/layout/about.xml | 33 |
1 files changed, 24 insertions, 9 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml index a66a0cc9..6e7f48e2 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -8,38 +8,53 @@ android:layout_height="wrap_content" android:orientation="vertical" > + <TextView + android:id="@+id/version" + android:layout_width="match_parent" + android:layout_height="wrap_content" /> + + <Space + android:layout_width="match_parent" + android:layout_height="10sp" /> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" - android:id="@+id/version" /> + android:autoLink="all" + android:text="@string/copyright_blinktgui" /> + <Space android:layout_width="match_parent" android:layout_height="10sp" /> - <TextView android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="@string/copyright_blinktgui" - android:autoLink="all" /> + android:autoLink="all" + android:text="@string/copyright_guicode" /> + <Space android:layout_width="match_parent" android:layout_height="10sp" /> - <TextView + + <TextView android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="@string/copyright_guicode" - android:autoLink="all" /> - + android:autoLink="all" + android:text="@string/translationby" /> + <Space android:layout_width="match_parent" - android:layout_height="20sp" /> + android:layout_height="10sp" /> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/copyright_others" /> + <Space + android:layout_width="match_parent" + android:layout_height="10sp" /> + <TextView android:layout_width="match_parent" |