Mgamerz

Untitled

Jul 1st, 2011
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.99 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.     <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.     android:layout_width="wrap_content" android:layout_height="wrap_content">
  4.      
  5.     <ImageView android:id="@+id/ImageView01"
  6.     android:layout_width="wrap_content" android:layout_height="wrap_content"
  7.     android:layout_centerHorizontal="true" />
  8.      
  9.      <ScrollView android:id="@+id/ScrollView01"
  10.     android:layout_width="wrap_content" android:layout_below="@+id/ImageView01"
  11.     android:layout_height="200px">
  12.      
  13.      <TextView android:text="@+id/TextView01" android:id="@+id/TextView01"
  14.     android:layout_width="wrap_content" android:layout_height="wrap_content" />
  15.      
  16.      </ScrollView>
  17.      
  18.      <Button android:id="@+id/Button01" android:layout_below="@id/ScrollView01"
  19.     android:layout_width="wrap_content" android:layout_height="wrap_content"
  20.     android:layout_centerHorizontal="true" android:text="Cancel" />
  21.      
  22.     </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment