diff options
| author | lonkaars <loek@pipeframe.xyz> | 2024-01-29 15:20:32 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2024-01-29 15:20:32 +0100 |
| commit | 3e17e1a4132ed11c6a5ab66dca8840586061b90d (patch) | |
| tree | 43c7ef3e59cc1aecbdc1dc099fb8b3a54e477c06 /app/src/main/res/mipmap-anydpi | |
initial commit (android studio hello world)
Diffstat (limited to 'app/src/main/res/mipmap-anydpi')
| -rw-r--r-- | app/src/main/res/mipmap-anydpi/ic_launcher.xml | 6 | ||||
| -rw-r--r-- | app/src/main/res/mipmap-anydpi/ic_launcher_round.xml | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/mipmap-anydpi/ic_launcher.xml b/app/src/main/res/mipmap-anydpi/ic_launcher.xml new file mode 100644 index 0000000..6f3b755 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi/ic_launcher.xml @@ -0,0 +1,6 @@ +<?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" /> + <monochrome android:drawable="@drawable/ic_launcher_foreground" /> +</adaptive-icon>
\ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml new file mode 100644 index 0000000..6f3b755 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml @@ -0,0 +1,6 @@ +<?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" /> + <monochrome android:drawable="@drawable/ic_launcher_foreground" /> +</adaptive-icon>
\ No newline at end of file |