diff options
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> |