diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-09 02:11:34 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-09 02:11:34 +0200 |
commit | 5c54035e38b9f2af636a054a9525c0dc4dfca46f (patch) | |
tree | 01feed96bd0559c660ec5ce45945c019c198d1a5 /res/layout/about.xml | |
parent | 95d6e0331e2db3404475efb91b5a7535b843099a (diff) | |
parent | ccd71cda1d09c0b934a645d8f93fa7f5514147d5 (diff) |
Merge
Diffstat (limited to 'res/layout/about.xml')
-rw-r--r-- | res/layout/about.xml | 17 |
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" /> |