Skip to content

Instantly share code, notes, and snippets.

@shangeethsivan
Last active December 22, 2016 13:02
Show Gist options
  • Save shangeethsivan/ef75a9f8fbacdcabb7b339e13c46fd95 to your computer and use it in GitHub Desktop.
Save shangeethsivan/ef75a9f8fbacdcabb7b339e13c46fd95 to your computer and use it in GitHub Desktop.
viewpager.setPageMargin(30);
/**
*Clip to Padding - Sets whether this ViewGroup will clip its children to
*its padding and resize (but not clip) any EdgeEffect to the padded region, if padding is present.
*/
viewpager.setClipToPadding(false);
viewpager.setPadding(120, 0, 120, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment