Guest User

Untitled

a guest
May 20th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <LinearLayout
  2. android:layout_width="match_parent"
  3. android:layout_height="wrap_content"
  4. android:orientation="horizontal">
  5. <Button
  6. android:text="button1"
  7. android:layout_width="wrap_content"
  8. android:layout_height="wrap_content"/>
  9. <Button
  10. android:text="button2"
  11. android:layout_width="wrap_content"
  12. android:layout_height="wrap_content"/>
  13. <Button
  14. android:text="button3"
  15. android:layout_width="wrap_content"
  16. android:layout_height="wrap_content"/>
  17. </LinearLayout>
Add Comment
Please, Sign In to add comment