加载到imageview时,位图会被切断

时间:2017-11-10 06:50:46

标签: java android bitmap imageview android-bitmap

我的应用程序中有一个viewpager,我正在尝试使用viewpager的每个页面中的以下代码行从app目录文件加载位图:

mResultBitmap = BitmapFactory.decodeFile(file.getAbsolutePath());

我的问题是在UI上呈现的图像视图是一半切割。作为参考,我附上了一些截图,描述了原始图像与UI在UI上的显示方式。

Bitmap with cut off on UI Actual image

0 个答案:

没有答案