Android app icon for Nexus 10
below post google developer on icon nexus 10. there no option in flash pro icon size there way include it? icon looks bit blurred due upscale of 72px iconon nexus 10 launcher.
the gorgeous screen on nexus 10 falls xhdpi density bucket. on tablets, launcher uses icons 1 density bucket [0] render them larger. ensure launcher icon (arguably apps important asset) crisp need add 144*144px icon in drawable-xxhdpi or drawable-480dpi folder.
put in xml file
ie
<icon>
<image36x36>icons/icon36.png</image36x36>
<image48x48>icons/icon48.png</image48x48>
<image72x72>icons/icon72.png</image72x72>
<image144x144>icons/icon144.png</image144x144>
</icon>
More discussions in AIR Development
adobe
Comments
Post a Comment