Add buttons to contact and support the developer

+ in the meta menu
This commit is contained in:
Finn M Glas 2020-05-25 20:59:07 +02:00
parent f84884235c
commit ad7d28c14d
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
5 changed files with 41 additions and 3 deletions

View file

@ -40,6 +40,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="32sp"
android:layout_marginBottom="32sp"
android:gravity="center"
android:orientation="horizontal">
@ -93,4 +94,19 @@
</LinearLayout>
<Button
android:id="@+id/fragment_settings_meta_contact_btn"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="32sp"
android:text="@string/settings_meta_contact"
android:textAllCaps="false" />
<Button
android:id="@+id/fragment_settings_meta_donate_btn"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/settings_meta_donate"
android:textAllCaps="false" />
</LinearLayout>