summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-08 17:55:54 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-08 17:55:54 +0200
commit6d1e28f4e8a2b3c397936eb964e39463ca8b1ec7 (patch)
tree15a78bae24430ad20fca45f897126d05115d0193 /res/layout
parentefa217d83c1e899eb29910b1bff15b08cdb0be2e (diff)
more about
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/about.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml
index f8f10a2a..a66a0cc9 100644
--- a/res/layout/about.xml
+++ b/res/layout/about.xml
@@ -13,12 +13,25 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/version" />
+ <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:text="@string/copyright_blinktgui"
+ android:autoLink="all" />
+ <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_guicode"
+ android:autoLink="all" />
+
<Space
android:layout_width="match_parent"
android:layout_height="20sp" />