Advertisement
Guest User

Untitled

a guest
Sep 28th, 2011
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.41 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  3.    android:layout_width="fill_parent"
  4.    android:layout_height="fill_parent"
  5. >
  6.     <LinearLayout  
  7.         android:id="@+id/container"
  8.         android:layout_width="fill_parent"
  9.         android:layout_height="wrap_content"
  10.         android:background="#FFFFFF"
  11.         android:orientation="vertical"
  12.    />
  13. </ScrollView>
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement