Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Override
- public int getDecoratedBottom(View child) {
- final MarginLayoutParams lp = (MarginLayoutParams) child.getLayoutParams();
- return super.getDecoratedBottom(child) + lp.bottomMargin;
- }
Advertisement
Add Comment
Please, Sign In to add comment