Created
January 8, 2018 21:45
-
-
Save iammert/e3c06975dd1debb4bd25de1b9438a6d2 to your computer and use it in GitHub Desktop.
ScalingLayout.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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