Guest User

Untitled

a guest
Oct 23rd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. protected void onSizeChanged(int w, int h, int oldw, int oldh) {
  2. super.onSizeChanged(w, h, oldw, oldh);
  3. float marginTop = h / -10.0f;
  4. child.setTranslationY(marginTop);
  5. }
Add Comment
Please, Sign In to add comment