Advertisement
Guest User

Untitled

a guest
Jul 31st, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <Button
  2. android:id="@+id/Button01"
  3. android:layout_alignParentLeft="true"
  4. android:layout_height="wrap_content"
  5. android:layout_width="wrap_content"
  6. android:text="@+id/Button01">
  7. </Button>
  8.  
  9. <Button
  10. android:id="@+id/Button02"
  11. android:layout_height="wrap_content"
  12. android:layout_width="wrap_content"
  13. android:text="@+id/Button02"
  14. android:layout_toLeftOf="@+id/Button01"
  15. android:layout_alignTop="@+id/Button01"
  16. android:layout_alignBottom="@+id/Button01"
  17. >
  18. </Button>
  19.  
  20. android:layout_alignParentLeft="true"
  21.  
  22. android:layout_alignParentRight="true"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement