diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-08-03 18:39:21 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-08-03 18:39:21 +0200 |
commit | a300294c85697837c33fe90e06d23f676185713f (patch) | |
tree | 1cc5aa4b3dcc899da9043606e6af1f4d34542791 /res/layout | |
parent | 6ce924c8979e4e5aa7f05db706869407a6d12b27 (diff) |
Donate with paypal ...
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/about.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml index 6e7f48e2..b9c84ff2 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -38,6 +38,15 @@ android:layout_height="10sp" /> <TextView + android:id="@+id/donatestring" + android:layout_width="match_parent" + android:layout_height="wrap_content" /> + + <Space + android:layout_width="match_parent" + android:layout_height="10sp" /> + + <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:autoLink="all" @@ -51,10 +60,10 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/copyright_others" /> + <Space android:layout_width="match_parent" android:layout_height="10sp" /> - <TextView android:layout_width="match_parent" |