Android 6 Samsung Touchwiz launcher icons are bigger than of non samsung apps -
anbdroid stock samsung icons displayed bigger non samsung icons. took screenshot of custom icon 144x144 px next stock samsung browser icon, displayed @ least 6 pixel larger.
the reason must .qmg decoded icon samsung propietary. have looked .qmg encoder there no official way. tried samsung theme designer older bada devices able create qmg files (i have replaced background desired icon , exported whole theme, replaced ending .zip , exported background) samsung theme designer. unfortunately android not able decode created icon.
is there way stretch normal app icon same oversize stock samsung icon or there way encode .qmg icon? have found decoder tool on xda-developers: [tool] converter qmg/astc->png, uses decoder on device create png files.
update
i did research , noticed strange thing. if create empty icon thin single boarder, icon stretched same size samsung icons. if fill icon content, shrinked.
is samsung touchwiz behaviour or general android 6 issue? don't have non samsung phones on pool test it.
found solution in stock samsung application androidmanifest.xml
you need add following line <application>
tag in mainfest.
<meta-data android:name="com.samsung.android.icon_container.has_icon_container" android:value="true"/>
this works *.png , *.qmg icons too.
Comments
Post a Comment