Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public void setImage() {
  2. if(conditionOne == true){
  3. myView.setImageOne();
  4. } else {
  5. myView.setImageTwo();
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement