summaryrefslogtreecommitdiff
path: root/res/layout/about.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-09-10 22:45:16 +0200
committerArne Schwabe <arne@rfc2549.org>2013-09-10 22:45:16 +0200
commit6181f4f56ee560ee0a94e12ce865b90a826ea645 (patch)
treec2879f4657bc806b809d3101c83c7708ac65a1c6 /res/layout/about.xml
parent7b2fe6b5cabd255b2292804c951f4e5c9e9ddfa2 (diff)
Add Google in App purchasing as an Alternative for Paypal
Also make sure it works on non Gplay devices too!
Diffstat (limited to 'res/layout/about.xml')
-rw-r--r--res/layout/about.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml
index 3afc165c..50accad2 100644
--- a/res/layout/about.xml
+++ b/res/layout/about.xml
@@ -46,11 +46,23 @@
android:id="@+id/donatestring"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:text="@string/donatewithpaypal"
tools:ignore="SelectableText" />
+
+ <TextView
+ android:paddingTop="12sp"
+ android:id="@+id/donategms"
+ android:text="@string/donatePlayStore"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:visibility="gone"
+ tools:ignore="SelectableText"/>
+
+
<Space
- android:layout_width="match_parent"
- android:layout_height="12sp" />
+ android:layout_width="match_parent"
+ android:layout_height="12sp" />
<TextView
android:id="@+id/translation"