3

After compiling an app with a 72x icon, The scaling on several devices of differing dpi makes the icon appear slightly blurry. I have icons of different sizes (xhdpi 96x, mdpi 48x, and ldpi 36x) but have not yet found out how to include them or found confirmation if it is possible.

Thank you

2 Answers2

2

At the moment the standanlone builder in LiveCode doesn't support this. I've added it as a feature request in the quality control center.

Benjamin Beaumont
  • 910
  • 1
  • 6
  • 14
0

This is a complete guess but there's currently no hooks for messing with the apk in the middle of the build so you will probably need to unzip it and place your icons in the correct folders drawable-hdpi etc then re-zip and resign

Community
  • 1
  • 1
Monte Goulding
  • 2,380
  • 1
  • 21
  • 25