[工控机监控]调整图片显示
This commit is contained in:
@@ -155,7 +155,7 @@ public class ImageLoaderManager {
|
||||
RequestOptions requestOptions = new RequestOptions()
|
||||
.priority(Priority.HIGH)
|
||||
.diskCacheStrategy(DiskCacheStrategy.ALL)
|
||||
.centerCrop();
|
||||
.centerInside();
|
||||
|
||||
Glide.with(context)
|
||||
.load(data)
|
||||
|
||||
Reference in New Issue
Block a user