diff options
Diffstat (limited to 'res/layout')
-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 |