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 | |
parent | 6ce924c8979e4e5aa7f05db706869407a6d12b27 (diff) |
Donate with paypal ...
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/about.xml | 11 | ||||
-rw-r--r-- | res/values/strings.xml | 1 |
2 files changed, 11 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" diff --git a/res/values/strings.xml b/res/values/strings.xml index dcdeb095..3627f30a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -241,4 +241,5 @@ <string name="using_proxy">Using proxy %1$s %2$d</string> <string name="use_system_proxy">Use system proxy</string> <string name="use_system_proxy_summary">Use the system wide configuration for HTTP/HTTPS proxies to connect.</string> + <string name="donatewithpaypal">You can <a href=\"https://www.paypal.com/cgi-bin/webscr?hosted_button_id=R2M6ZP9AF25LS&amp;cmd=_s-xclick\">donate with PayPal</a> </string> </resources> |