Open rnmhdn opened 5 years ago
Christopher[10:43]0 app$ file App_Resources/Android/src/main/res/drawable-hdpi/icon.png
App_Resources/Android/src/main/res/drawable-hdpi/icon.png: PNG image data, 72 x 72, 8-bit/color RGBA, non-interlaced
Christopher[10:44]0 app$ file App_Resources/Android/src/main/res/drawable-hdpi/logo.png
App_Resources/Android/src/main/res/drawable-hdpi/logo.png: PNG image data, 281 x 207, 8-bit/color RGBA, non-interlaced
icon works but logo doesn't.
can you tell me what are my choices to put instead of @color/ns_primary
?
I have this within the
application
tag of my manifest. Also:I'm using icon and logo for my splash screen. But the notification icon is still a white square. If there is anything other than this that I need to do please let me know. otherwise don't spend time on this untill I verify it one more time.