jjzjj

android - 图像在 ImageView 中无法正确显示

我创建了一个android应用程序,因为我想在Image-View中以圆形显示图像。但是图像在Image-View中显示不正确。我的代码是-introunded_value=168;DisplayImageOptionsoptions=newDisplayImageOptions.Builder().cacheInMemory(true).cacheOnDisc(true).displayer(newRoundedBitmapDisplayer(rounded_value)).build();ImageLoaderConfigurationconfig=newImageLoaderCo