diff options
Diffstat (limited to 'res/layout/about.xml')
-rw-r--r-- | res/layout/about.xml | 16 |
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" |