diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-03-23 13:43:35 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-03-24 14:16:08 +0100 |
commit | 497a60cc90e6559111e6564e8723f87c0df4632c (patch) | |
tree | ecb38ae09fb9178e7d66dbf11b080ef45de751a2 /ui/src/main/res/xml | |
parent | 8139e600940d286000e8db4e9398104012d08d64 (diff) |
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 'ui/src/main/res/xml')
-rw-r--r-- | ui/src/main/res/xml/preferences.xml | 2 |
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> |