Advertisement
suthra

Untitled

Sep 15th, 2011
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:orientation="vertical"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent">
  5. <TextView
  6. android:id="@+id/text"
  7. android:layout_width="fill_parent"
  8. android:layout_height="wrap_content"
  9. />
  10. <Spinner android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/spinner1" android:layout_x="233dp" android:layout_y="30dp"></Spinner>
  11.  
  12. <ListView android:layout_height="630px" android:layout_width="match_parent" android:id="@id/android:list" android:layout_x="2dp" android:layout_y="52dp"></ListView>
  13. </AbsoluteLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement