Guest User

Untitled

a guest
Jan 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public class ScalingLayout extends FrameLayout {
  2.  
  3. //...
  4. viewOutline = new ScalingLayoutOutlineProvider(w, h, currentRadius);
  5. setOutlineProvider(viewOutline);
  6. //..
  7.  
  8. }
Add Comment
Please, Sign In to add comment