Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Icons too small
-
Hi guys! I believe everyone here can help me. In advance; thanks
i have tried to set app icon using the configuration , code below . But my icon is too small.
<icon density="ldpi" src="res/icons/android/icon-36-ldpi.png" /> <icon density="mdpi" src="res/icons/android/icon-48-mdpi.png" /> <icon density="hdpi" src="res/icons/android/icon-72-hdpi.png" /> <icon density="xhdpi" src="res/icons/android/icon-96-xhdpi.png" /> <icon density="xxhdpi" src="res/icons/android/icon-144-xxhdpi.png" /> <icon density="xxxhdpi" src="res/icons/android/icon-192-xxxhdpi.png" />
But on my android manifest i have the code
<application android:hardwareAccelerated="true" android:icon="@drawable/icon" android:label="@string/app_name" android:supportsRtl="true">
Looking for the path : app/platforms/android/res/drawable , I have an icon xxxhdpi there .
And visual studio is using this. Seems that when my project compiles, visual stuio ignores the icons from config file.I don’t understand why i have in app config several icons from another folder & android manifest is using my icon from drawable folder. Even more because i have found on visual studio my icons inside 2 diferent places. Seems automatic.
My icons below >>> Moobile & Heybeard