dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.21k stars 1.75k forks source link

Android app Icon #2643

Open jrahma opened 3 years ago

jrahma commented 3 years ago

Hi,

Please bring a UI to the Android app icon just like the iOS so developer can just click and upload the image file.

Thanks, Jassim

jamesmontemagno commented 3 years ago

App Icons can not be defined directly in shared code and the single project -> https://github.com/dotnet/maui/blob/main/src/Templates/src/templates/maui-mobile/MauiApp.1.csproj#L32-L36

jrahma commented 3 years ago

What I was referring to is to have a UI for it just like the info.plist

regardless what android setup is, Visual Studio can show the UI to pick and select the images for the App Icon then VS will do the rest at the background.

This makes developer life easier.

Redth commented 2 years ago

@ThisIsKirsch - FYI this is basically the VS MauiAppIcon designer idea we've talked about in the past

ghost commented 2 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

Zhanglirong-Winnie commented 11 months ago

Verified this issue with Visual Studio Enterprise 17.9.0 Preview 1.0. Can repro on android platform.