I am trying to implement a splash screen for my application, following the usual method; defining a new theme inside the styles XML file that places a drawable as windowBackground and reverting to the main theme in the Activity’s onCreate().
However, I am having problems when showing the logo I developed in Photoshop: I exported it as a 144×144 PNG file, created an Image Asset with it (replacing the standard ic_launcher drawable) but when I try to visualize it inside an XML file, this image is displayed instead
Any ideas? I’ve also tried to create a vector asset from the .psd but nothing is shown either…
2
Answers
https://romannurik.github.io/AndroidAssetStudio/
use this link to generate your icon. It will work.
Change the code and so on