| Interface and Description |
|---|
| com.bumptech.glide.module.GlideModule
Libraries should use
LibraryGlideModule and Applications should use
AppGlideModule. |
| Field and Description |
|---|
| com.bumptech.glide.load.resource.bitmap.Downsampler.DOWNSAMPLE_STRATEGY
Use
DownsampleStrategy.OPTION directly instead. |
| com.bumptech.glide.load.model.Headers.NONE
Use
Headers.DEFAULT instead. |
| Enum Constant and Description |
|---|
| com.bumptech.glide.load.DecodeFormat.PREFER_ARGB_8888_DISALLOW_HARDWARE
If you must disable hardware bitmaps, set
Downsampler.ALLOW_HARDWARE_CONFIG to false
instead. |