Bitmap three times larger in Android Studio

放肆的年华 提交于 2019-12-06 13:36:04

drawable folder in Android actually represents drawable-mdpi folder.

If you put images in drawable folder they will be upscaled in devices with higher dpi. That is why you are getting larger image.

Put your image in drawable-nodpi folder to prevent automatic up or down scaling of images.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!