diff options
| author | David Göransson <david.goransson90@gmail.com> | 2023-12-14 16:40:25 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-12-14 16:54:21 +0100 |
| commit | 435d437f344d484270c1ce55d9f65985287bfac8 (patch) | |
| tree | a53801b0a90b04944938c1db9436cbe357208fe9 /android/lib/resource/src/main | |
| parent | f33b1f76eac937b579ef589cc047da8f3421f630 (diff) | |
| download | mullvadvpn-435d437f344d484270c1ce55d9f65985287bfac8.tar.xz mullvadvpn-435d437f344d484270c1ce55d9f65985287bfac8.zip | |
Migrate to Compose Destinations
Diffstat (limited to 'android/lib/resource/src/main')
| -rw-r--r-- | android/lib/resource/src/main/res/values/strings.xml | 4 | ||||
| -rw-r--r-- | android/lib/resource/src/main/res/values/styles.xml | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/android/lib/resource/src/main/res/values/strings.xml b/android/lib/resource/src/main/res/values/strings.xml index 0b690671ac..836f72cadc 100644 --- a/android/lib/resource/src/main/res/values/strings.xml +++ b/android/lib/resource/src/main/res/values/strings.xml @@ -171,7 +171,9 @@ <string name="vpn_permission_error_notification_title">VPN permission error</string> <string name="vpn_permission_error_notification_message">Always-on VPN might be enabled for another app</string> <string name="new_device_notification_title">NEW DEVICE CREATED</string> - <string name="new_device_notification_message"><![CDATA[Welcome, this device is now called <b>%s</b>. For more details see the info button in Account.]]></string> + <string name="new_device_notification_message"> + <![CDATA[Welcome, this device is now called <b>%s</b>. For more details see the info button in Account.]]> + </string> <string name="agree_and_continue">Agree and continue</string> <string name="privacy_disclaimer_title">Privacy</string> <string name="privacy_disclaimer_body_first_paragraph">To make sure that you have the most secure version and to inform you of any issues with the current version that is running, the app performs version checks automatically. This sends the app version and Android system version to Mullvad servers. Mullvad keeps counters on number of used app versions and Android versions. The data is never stored or used in any way that can identify you.</string> diff --git a/android/lib/resource/src/main/res/values/styles.xml b/android/lib/resource/src/main/res/values/styles.xml index 69ee118cac..5c94a24ebf 100644 --- a/android/lib/resource/src/main/res/values/styles.xml +++ b/android/lib/resource/src/main/res/values/styles.xml @@ -1,8 +1,8 @@ <resources> <style name="AppTheme" parent="Theme.AppCompat.NoActionBar"> <item name="colorPrimary">@color/colorPrimary</item> - <item name="android:navigationBarColor">@color/blue</item> - <item name="android:statusBarColor">@color/blue</item> + <item name="android:statusBarColor">@android:color/transparent</item> + <item name="android:navigationBarColor">@android:color/transparent</item> <item name="android:windowBackground">@color/blue</item> <item name="android:spotShadowAlpha">0</item> <item name="actionBarSize">48dp</item> |
