Only use XHDPI drawables in Android app?

后端 未结 7 899
夕颜
夕颜 2020-12-02 13:01

If you\'re planning to support LDPI, MDPI, HPDI, and perhaps XHDPI in the near future, is it ok to only include XHDPI drawables in the project and let the devices scale them

7条回答
  •  鱼传尺愫
    2020-12-02 13:35

    I tested in a simple app (develop for Android 2.1) using only xhdpi images and it works fine in small, medium and high resolutions... even I tested in an Android 2.1 (small resolution) and it opens the imagen without problem.

    Maybe the thing with the memory is true, so its necessary someone test this.

提交回复
热议问题