Commit 226d750
authored
[templates] use .NET logo on app icons (#7065)
Fixes: #7041
I got these image files by doing:
dotnet new maui
dotnet build -f net6.0-android
Then look in `obj\Debug\net6.0-android\resizetizer\r`. The `maui`
template uses an `.svg` and generates these files at build time.
Since we don't have Resizetizer here, we can just add the build
output instead.
I used the exact filenames that dotnet/maui uses, I don't think we
were particular about the `ic_launcher` named used before?
1 parent b002dc3 commit 226d750
File tree
35 files changed
+9
-11
lines changed- src/Microsoft.Android.Templates/android
- Resources
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
35 files changed
+9
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 0 additions & 5 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
0 commit comments