admin管理员组文章数量:1312645
I'm trying to draw a mipmap in a canvas using canvas.drawBitmap(BitmapFactory.decodeResource(getResources(), R.mipmap.keyb_style_02), 0, 1445, null);
On a XHDPI screen it works
On a XXHDPI screen, the mipmap is displayed but not scaled correctly
I tried BitmapFactory options but it doesn't works
The white line is to indicate where the right side of the image should be drawn
[Screenshot] : .png
Thank you
Gigi
本文标签: AndroidScaled image issue with BitmapFactoryStack Overflow
版权声明:本文标题:Android : Scaled image issue with BitmapFactory - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741916876a2404783.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论