Guest User

Untitled

a guest
Jul 20th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ImageView icon = new ImageView(context);
  2. icon.setId(1);
  3. icon.setImageResource(R.drawable.paint_splat);
  4. icon.setBackgroundColor(pickedColour);
  5.  
  6. icon.setBackgroundColor(pickedColour);
Add Comment
Please, Sign In to add comment