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 | 2ccb2f792b601198536a8da765c61d15385a4eaf (patch) | |
tree | 91a4c4926f35ca1c3a02e87338819b3bfc330777 /res/layout | |
parent | 090b5f48e4e7e23a8576607760626f4e5041f3be (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" |