Android Question Create shortcut icon with diferents size for a diferents devices

scsjc

Well-Known Member
Licensed User
Longtime User
i try :

B4X:
in.PutExtra("android.intent.extra.shortcut.ICON", LoadBitmap(File.DirAssets, "small_logo.png"))


but i have a litle problem, when install a diferents device, the result is a icon sometimes full, sometimes part
can detect the resolution and aplication diferents icons ?
 
Top