Guest User

activity_listaclientes.xml

a guest
Oct 26th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.78 KB | None | 0 0
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.    xmlns:tools="http://schemas.android.com/tools"
  3.    android:layout_width="match_parent"
  4.    android:layout_height="match_parent" >
  5.  
  6.     <ListView
  7.        android:id="@+id/listView1"
  8.        android:layout_width="match_parent"
  9.        android:layout_height="wrap_content"
  10.        android:layout_alignParentLeft="true"
  11.        android:layout_alignParentRight="true"
  12.        android:layout_alignParentTop="true" >
  13.     </ListView>
  14.  
  15.     <Button
  16.        android:id="@+id/button1"
  17.        android:layout_width="wrap_content"
  18.        android:layout_height="wrap_content"
  19.        android:layout_alignParentRight="true"
  20.        android:layout_alignParentTop="true"
  21.        android:text="+" />
  22.  
  23. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment