suthra

Untitled

Sep 15th, 2011
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent"
  6. >
  7. <TextView
  8.  
  9. android:id="@+id/text"
  10. android:layout_width="fill_parent"
  11. android:layout_height="wrap_content"
  12. />
  13. <ListView android:layout_height="match_parent" android:id="@+id/android:list" android:visibility="visible" android:layout_width="fill_parent" android:drawSelectorOnTop="false" android:layout_x="4dp" android:layout_y="4dp"></ListView>
  14. <Spinner android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/spinner1" android:layout_x="236dp" android:layout_y="16dp"></Spinner>
  15.  
  16. </AbsoluteLayout>
Advertisement
Add Comment
Please, Sign In to add comment