Advertisement
Guest User

Untitled

a guest
Jan 12th, 2011
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.60 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  4.     android:layout_width="fill_parent"
  5.     android:layout_height="fill_parent"
  6.     android:id="@+id/artistsLayout"
  7.     android:orientation="vertical">
  8.    
  9.     <Button
  10.         android:text="Press the button"
  11.         android:id="@+id/Button01"
  12.         android:layout_width="fill_parent"
  13.         android:layout_height="wrap_content">
  14.     </Button>
  15.    
  16.     <EditText
  17.         android:text=""
  18.         android:id="@+id/EditText01"
  19.         android:layout_width="fill_parent"
  20.         android:layout_height="wrap_content">
  21.     </EditText>
  22. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement