Skip to content

Instantly share code, notes, and snippets.

@iammert
Last active January 8, 2018 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iammert/6d46c0cb222aa51730af62dbd53de644 to your computer and use it in GitHub Desktop.
Save iammert/6d46c0cb222aa51730af62dbd53de644 to your computer and use it in GitHub Desktop.
ScalingLayoutOutlineProvider
public class ScalingLayoutOutlineProvider extends ViewOutlineProvider {
@Override
public void getOutline(View view, Outline outline) {
outline.setRoundRect(0, 0, width, height, radius);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment