Guest User

Untitled

a guest
Oct 23rd, 2017
83
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 MapDrawView
  2. extends View
  3. {
  4. public MapDrawView(Context context)
  5. {
  6. super(context);
  7. }
  8.  
  9. protected void onDraw(Canvas canvas)
  10. {
  11. }
  12. }
Add Comment
Please, Sign In to add comment