Advertisement
MX37S

23 08

Aug 23rd, 2021
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. En el gradle:
  2. implementation 'com.squareup.picasso:picasso:2.71828'
  3.  
  4.  
  5.  
  6. switch(item.getName()){
  7. case "brc":
  8. Picasso.get().load("http://i.imgur.com/DvpvklR.png").into(((ImageView)lastMenuItemView.findViewById(R.id.menuItemImage)));
  9. break;
  10.  
  11. default:
  12. break;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement