diff options
author | Javier <dev.git@javispedro.com> | 2021-03-21 00:43:24 +0100 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2021-03-21 00:43:24 +0100 |
commit | 86a9f55dc6e16eec14d147980a60465173713895 (patch) | |
tree | 469821a17f88e1d65559ac323bacd5491f2001b9 /app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | |
parent | 5dfa37788c7f039eff00b27cc0ca8b9b9a71f60e (diff) | |
download | rempe-86a9f55dc6e16eec14d147980a60465173713895.tar.gz rempe-86a9f55dc6e16eec14d147980a60465173713895.zip |
Add autogenerated launcher icons
Diffstat (limited to 'app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml')
-rw-r--r-- | app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..7353dbd --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> + <background android:drawable="@color/ic_launcher_background"/> + <foreground android:drawable="@drawable/ic_launcher_foreground"/> +</adaptive-icon>
\ No newline at end of file |