diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2014-03-03 13:55:37 -0800 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2014-03-12 14:27:31 -0700 |
commit | 47c125f7e7e2312d505052b63432581862034bb7 (patch) | |
tree | 59d4a92f7cb016431c5343e035e94fe6248f4742 /res/layout | |
parent | 718e4195d175ce4a7f0b5e5e1c3c14d8ccb237c4 (diff) |
Add Transifex link to About View
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/about.xml | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml index b7bbc92f..ce57564d 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -36,10 +36,29 @@ android:autoLink="all" android:text="@string/repository_url_text" /> + <Space + android:layout_width="match_parent" + android:layout_height="10sp" /> + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:autoLink="all" + android:text="@string/translation_project_text" /> + + <Space + android:layout_width="match_parent" + android:layout_height="10sp" /> + <TextView android:layout_width="match_parent" android:layout_height="wrap_content" - android:autoLink="all" /> + android:autoLink="all" + android:text="@string/translationby" /> + + <Space + android:layout_width="match_parent" + android:layout_height="10sp" /> <TextView android:layout_width="match_parent" |