mdpi image is too small for 10" android tablet

后端 未结 4 1901
我在风中等你
我在风中等你 2020-12-24 07:54

I have drawables for each density as ldpi,mdpi,hdpi and xhdpi.

Problem: Both 10\" tablet device (1280x800) and a handset device 320x480 uses medium density

4条回答
  •  天涯浪人
    2020-12-24 08:40

    You should add a second identifier large and/or xlarge to your drawable folders. Increase the size in drawable-xlarge-mdpi until you are happy with the result while the drawable-mdpi will be the same size as before.

    This increases the app size, but it will fix your issue.

提交回复
热议问题