diff options
author | Iván Ávalos <avalos@disroot.org> | 2021-09-18 00:14:49 -0500 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2021-09-18 00:14:49 -0500 |
commit | a38ac4af6dfd9123670123f695048add7be53eee (patch) | |
tree | 09caf2cdc5225d019aa1c423443a4330fbf982e4 /app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | |
parent | 05114053e3b4e13ec369113299c65ac1c250d613 (diff) | |
download | etbsa-traccar-manager-android-a38ac4af6dfd9123670123f695048add7be53eee.tar.gz etbsa-traccar-manager-android-a38ac4af6dfd9123670123f695048add7be53eee.tar.bz2 etbsa-traccar-manager-android-a38ac4af6dfd9123670123f695048add7be53eee.zip |
ETBSA rebranding and non-visual tweaks
Diffstat (limited to 'app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml')
-rw-r--r-- | app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index 7335274..7353dbd 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> - <background android:drawable="@color/primary"/> - <foreground android:drawable="@mipmap/ic_launcher_foreground"/> + <background android:drawable="@color/ic_launcher_background"/> + <foreground android:drawable="@drawable/ic_launcher_foreground"/> </adaptive-icon>
\ No newline at end of file |