Guest User

Untitled

a guest
Oct 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. public void onAnimationEnd(Animation animation) {
  2.  
  3. ConstraintLayout.LayoutParams constraintLayoutParams = (ConstraintLayout.LayoutParams) swipeGridMenu.getLayoutParams();
  4. constraintLayoutParams.leftMargin = 548;
  5. swipeGridMenu.setLayoutParams(constraintLayoutParams);
  6.  
  7. }
Add Comment
Please, Sign In to add comment