diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-03-18 17:19:06 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-03-18 17:19:06 +0100 |
commit | 098204e653c958da12ae864d3b6c183e716c2a9b (patch) | |
tree | 2a1364c0c277abf43c884902be1eeaf3bbb3ca03 /res/layout/about.xml | |
parent | 978d2e56bd24707ae4d45514215846031773cf7a (diff) |
Encourage users to translate in about screen
Diffstat (limited to 'res/layout/about.xml')
-rw-r--r-- | res/layout/about.xml | 10 |
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 |