Advertisement
Guest User

Untitled

a guest
Jun 8th, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.45 KB | None | 0 0
  1. <LinearLayout
  2.     android:orientation="vertical"
  3.     android:layout_width="match_parent"
  4.     android:layout_height="match_parent"
  5.     xmlns:android="http://schemas.android.com/apk/res/android">
  6.    
  7.     <TextView
  8.         android:layout_width="match_parent"
  9.         android:layout_height="wrap_content"
  10.         android:text="Some text" />
  11.    
  12.     <ListView
  13.         android:id="@android:id/list"
  14.         android:layout_width="match_parent"
  15.         android:layout_height="wrap_content" />
  16. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement