aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2023-03-23 13:43:35 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2023-03-24 14:16:08 +0100
commit497a60cc90e6559111e6564e8723f87c0df4632c (patch)
treeecb38ae09fb9178e7d66dbf11b080ef45de751a2 /ui/src/main/res/xml/preferences.xml
parentstrings: update from crowdin (diff)
downloadwireguard-android-497a60cc90e6559111e6564e8723f87c0df4632c.tar.xz
wireguard-android-497a60cc90e6559111e6564e8723f87c0df4632c.zip
ui: bring back donation button
For Google Play Store builds, we'll display an alert box. This was inspired by the discussion around StreetComplete; hopefully we'll have a similar okay outcome. Link: https://github.com/streetcomplete/streetcomplete/issues/3768 Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--ui/src/main/res/xml/preferences.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/src/main/res/xml/preferences.xml b/ui/src/main/res/xml/preferences.xml
index 5c9505d4..aa89f27c 100644
--- a/ui/src/main/res/xml/preferences.xml
+++ b/ui/src/main/res/xml/preferences.xml
@@ -40,4 +40,6 @@
android:summaryOff="@string/allow_remote_control_intents_summary_off"
android:summaryOn="@string/allow_remote_control_intents_summary_on"
android:title="@string/allow_remote_control_intents_title" />
+ <com.wireguard.android.preference.DonatePreference
+ android:singleLineTitle="false" />
</androidx.preference.PreferenceScreen>