document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  3.             android:layout_width="match_parent"
  4.             android:layout_height="match_parent">
  5.  
  6.     <LinearLayout
  7.         android:layout_width="fill_parent"
  8.         android:layout_height="fill_parent"
  9.         android:layout_margin="16dp"
  10.         android:orientation="vertical">
  11.  
  12.         <ImageView
  13.             android:layout_width="wrap_content"
  14.             android:layout_height="wrap_content"
  15.             android:id="@+id/image"/>
  16.  
  17.         <TextView android:id="@+id/text"
  18.                   android:layout_width="match_parent" android:layout_height="wrap_content"
  19.                   android:gravity="left"
  20.                   android:textStyle="normal"/>
  21.  
  22.     </LinearLayout>
  23. </ScrollView>
');