Skip to content

Instantly share code, notes, and snippets.

@iammert
Created January 8, 2018 21:45
Show Gist options
  • Save iammert/e3c06975dd1debb4bd25de1b9438a6d2 to your computer and use it in GitHub Desktop.
Save iammert/e3c06975dd1debb4bd25de1b9438a6d2 to your computer and use it in GitHub Desktop.
ScalingLayout.java
public class ScalingLayout extends FrameLayout {
//...
viewOutline = new ScalingLayoutOutlineProvider(w, h, currentRadius);
setOutlineProvider(viewOutline);
//..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment