document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. class BitmapView extends View {
  2.         public BitmapView(Context context) {
  3.             super(context);
  4.     }
');