Guest User

Untitled

a guest
Sep 29th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @Override
  2. protected synchronized void onDraw(Canvas canvas) {
  3. canvas.rotate(-90);
  4. canvas.translate(-getHeight(), 0);
  5.  
  6. super.onDraw(canvas);
  7.  
  8. }
Add Comment
Please, Sign In to add comment