document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <TextView
  2.         android:text="Hello AndroidWorld!"
  3.         android:textSize="20px"
  4.     android:id="@+id/TextView01"
  5.     android:layout_width="wrap_content"
  6.     android:layout_height="wrap_content"
  7. />
');