Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public void onWindowFocusChanged(boolean hasFocus){
  2. super.onWindowFocusChanged(hasFocus);
  3. imageButton1.setTranslationX(10);
  4. //etc etc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement