summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-03 21:04:42 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-03 21:04:42 +0200
commit0cb2ff5181f09c7db0d6ff2c576225af5f7b8d31 (patch)
tree47e4f06504581d80b870dbdc10946d1c31289093 /res/layout
parentdf8a748e05b9fc9c6e7079012873fe046cfd02a4 (diff)
add fix to arrays.xml (closes issue #43)
add translated by recognition add faq for system dialogs
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/about.xml33
-rw-r--r--res/layout/faq.xml11
2 files changed, 35 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"
diff --git a/res/layout/faq.xml b/res/layout/faq.xml
index 691a2ead..4107ea7e 100644
--- a/res/layout/faq.xml
+++ b/res/layout/faq.xml
@@ -8,6 +8,17 @@
android:layout_height="wrap_content"
android:orientation="vertical" >
+
+ <TextView
+ style="@style/faqhead"
+ android:text="@string/faq_system_dialogs_title" />
+
+
+ <TextView
+ style="@style/faqitem"
+ android:text="@string/faq_system_dialogs" />
+
+
<TextView
style="@style/faqhead"
android:text="@string/tap_mode" />