ppamorim

Untitled

Nov 11th, 2014
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. @Override
  2.     public int getDecoratedBottom(View child) {
  3.         final MarginLayoutParams lp = (MarginLayoutParams) child.getLayoutParams();
  4.         return super.getDecoratedBottom(child) + lp.bottomMargin;
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment