summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-03-18 17:19:06 +0100
committerArne Schwabe <arne@rfc2549.org>2013-03-18 17:19:06 +0100
commit098204e653c958da12ae864d3b6c183e716c2a9b (patch)
tree2a1364c0c277abf43c884902be1eeaf3bbb3ca03 /res/layout
parent978d2e56bd24707ae4d45514215846031773cf7a (diff)
Encourage users to translate in about screen
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/about.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml
index 09194631..3afc165c 100644
--- a/res/layout/about.xml
+++ b/res/layout/about.xml
@@ -66,6 +66,16 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:autoLink="all"
+ android:text="@string/help_translate" />
+
+ <Space
+ android:layout_width="match_parent"
+ android:layout_height="12sp" />
+
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
android:text="@string/copyright_others" />
<Space