Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.47 KB | None | 0 0
  1. <Button
  2.        android:id="@+id/editCancelButton"
  3.        android:layout_width="wrap_content"
  4.        android:layout_height="wrap_content"
  5.        android:text="@string/buttonCancel" />
  6.  
  7.     <Button
  8.        android:id="@+id/editAcceptButton"
  9.        android:layout_width="fill_parent"
  10.        android:layout_weight="1"
  11.        android:layout_height="wrap_content"
  12.        android:layout_toRightOf="@+id/editCancelButton"
  13.        android:text="@string/buttonAccept" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement