Android xxx-hdpi real devices

后端 未结 8 1492
刺人心
刺人心 2020-12-08 20:24

I\'m gonna release my app, it\'s a 1.2Mb apk that includes about 120 icons in 4 different formats (ldpi, mdpi, hdpi, x-hdpi).

If I add xx-dpi and xxx-hdpi icons the

8条回答
  •  一生所求
    2020-12-08 20:48

    Forget Everything & make it Simple !

    Just store highest resolution images in only one folder. Either in drawable-hdpi, & delete other images from the rest drawable folders.

    I have tested it in various devices & it works like a charm...

提交回复
热议问题