Guest User

Untitled

a guest
Aug 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <ImageView
  2. android:id="@+id/wallpaperDetail_img"
  3. android:layout_width="match_parent"
  4. android:layout_height="patch_parent"
  5. android:scaleType="centerCrop" />
  6.  
  7. Glide.with(context)
  8. .load(imageUrl)
  9. .asBitmap()
  10. .diskCacheStrategy(DiskCacheStrategy.SOURCE)
  11. .into(wallpaperDetail_img);
Add Comment
Please, Sign In to add comment