diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-03-23 23:52:00 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-03-23 23:52:00 +0100 |
commit | aec8c4992511217a80dbb441d27fd480ca3f0e3a (patch) | |
tree | 53e89d8987d1954b2af99787b30b38980080ed92 /ui/src/main/res/xml | |
parent | 5742cd19f34584c4eda11f2a40ff3c41474ea340 (diff) | |
parent | 46ec3315b502680f3e30758b0849b5f3a143c9c6 (diff) |
Merge remote-tracking branch 'origin/master' into version
Diffstat (limited to 'ui/src/main/res/xml')
-rw-r--r-- | ui/src/main/res/xml/app_restrictions.xml | 2 | ||||
-rw-r--r-- | ui/src/main/res/xml/preferences.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ui/src/main/res/xml/app_restrictions.xml b/ui/src/main/res/xml/app_restrictions.xml index fefa8a80..2eaa7bc5 100644 --- a/ui/src/main/res/xml/app_restrictions.xml +++ b/ui/src/main/res/xml/app_restrictions.xml @@ -1,5 +1,5 @@ <!-- - ~ Copyright © 2017-2021 WireGuard LLC. All Rights Reserved. + ~ Copyright © 2017-2023 WireGuard LLC. All Rights Reserved. ~ SPDX-License-Identifier: Apache-2.0 --> 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> |