Hello,
It would be great if someone could clearify this for me
If I wan't to set the Icon
, in Android
, that is displayed when I go through my installed Apps I have to set the Icon in the AndroidManifest.xml
(e.g. Propertys) under Android Manifest => Application Icon
, right?
For our application we want to use 2 different versions of our logo. One with a backgroud and one with transparent background.
I wanted to use the one with the background as the installation icon which the users see's when he scrolls through his apps and the one with the transparent background for the ActionBar.
This means I have set in the AndroidManifest
under Application Icon
the one with the Background and in the MainActivity.cs
the one with transparent background. But for some reason the one with transparent background is used as the installation icon.
And for a few seconds at the start of the application, the one with the background is displayed.
Does someone know how to do this correctly or should I fill a bug report?