Advertisement
Guest User

Untitled

a guest
Dec 18th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. iv.setOnClickListener(new View.OnClickListener() {
  2. @Override
  3. public void onClick(View v)
  4. {
  5. System.out.println("Position:"+position);
  6. if(!focus){
  7. System.out.println("color orange");
  8. focus=true;
  9. }else{
  10. System.out.println("color yellow");
  11. focus=false;
  12. }
  13.  
  14. }
  15.  
  16. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement