diff options
| author | maks <maks@jopek.eu> | 2022-10-26 12:54:16 +0200 |
|---|---|---|
| committer | maks <maks@jopek.eu> | 2022-10-26 12:54:16 +0200 |
| commit | 81ff51148575b9ad4bc16ebf18afa5819174c7e6 (patch) | |
| tree | 9a62c9b8bd8f7118716cafdf576acb7bd80bcfe0 /app/src/main/res/mipmap-anydpi-v26 | |
| download | applicationdevrification-81ff51148575b9ad4bc16ebf18afa5819174c7e6.tar.gz applicationdevrification-81ff51148575b9ad4bc16ebf18afa5819174c7e6.tar.zst applicationdevrification-81ff51148575b9ad4bc16ebf18afa5819174c7e6.zip | |
Initial commit, w/ v1.0.0
Diffstat (limited to 'app/src/main/res/mipmap-anydpi-v26')
| -rw-r--r-- | app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 5 | ||||
| -rw-r--r-- | app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 5 |
2 files changed, 10 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..eca70cf --- /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="@drawable/ic_launcher_background" /> + <foreground android:drawable="@drawable/ic_launcher_foreground" /> +</adaptive-icon>
\ No newline at end of file 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 new file mode 100644 index 0000000..eca70cf --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.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="@drawable/ic_launcher_background" /> + <foreground android:drawable="@drawable/ic_launcher_foreground" /> +</adaptive-icon>
\ No newline at end of file |
