diff options
| author | Aleksandr Granin <aleksandr@mullvad.net> | 2021-04-07 20:43:03 +0200 |
|---|---|---|
| committer | Aleksandr Granin <aleksandr@mullvad.net> | 2021-04-14 10:59:37 +0200 |
| commit | 2d24b06c19049c030d04751ee402987a3a26e45b (patch) | |
| tree | e851b95d0c277fb146800c917f88cea744e51b04 /android/src/main/res/values | |
| parent | a4adcbb7dcfb1899a3a912ed41388d13710a0676 (diff) | |
| download | mullvadvpn-2d24b06c19049c030d04751ee402987a3a26e45b.tar.xz mullvadvpn-2d24b06c19049c030d04751ee402987a3a26e45b.zip | |
Add support for adaptive icons.
Diffstat (limited to 'android/src/main/res/values')
| -rw-r--r-- | android/src/main/res/values/colors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/src/main/res/values/colors.xml b/android/src/main/res/values/colors.xml index 9fb5760781..8f53508029 100644 --- a/android/src/main/res/values/colors.xml +++ b/android/src/main/res/values/colors.xml @@ -23,6 +23,7 @@ <color name="red40">#66E34039</color> <color name="yellow">#FFD323</color> <color name="textInputBorder">#234161</color> + <color name="ic_launcher_background">@color/darkBlue</color> <!-- Switch Colors --> <color name="switch_thumb_fill_checked">@color/green</color> <color name="switch_thumb_fill_unchecked">@color/red</color> |
