Guest User

Untitled

a guest
Sep 25th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. <LinearLayout
  2. android:layout_weight="1"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:orientation="horizontal" >
  6. <Button
  7. android:layout_width="match_parent"
  8. android:layout_height="match_parent"
  9. android:text="New Button"
  10. android:layout_weight="1"
  11. android:id="@+id/button" />
  12.  
  13. <Button
  14. android:layout_width="match_parent"
  15. android:layout_height="match_parent"
  16. android:layout_weight="1"
  17. android:text="New Button"
  18. android:id="@+id/button2" />
  19.  
  20. <Button
  21. android:layout_width="match_parent"
  22. android:layout_height="match_parent"
  23. android:layout_weight="1"
  24. android:text="New Button"
  25. android:id="@+id/button3" />
  26.  
  27. <LinearLayout
  28. android:layout_weight="1"
  29. android:layout_width="match_parent"
  30. android:layout_height="match_parent"
  31. android:orientation="horizontal" >
  32. <Button
  33. android:layout_width="match_parent"
  34. android:layout_height="match_parent"
  35. android:text="New Button"
  36. android:layout_weight="1"
  37. android:id="@+id/button" />
  38.  
  39. <Button
  40. android:layout_width="match_parent"
  41. android:layout_height="match_parent"
  42. android:layout_weight="1"
  43. android:text="New Button"
  44. android:id="@+id/button2" />
  45.  
  46. <Button
  47. android:layout_width="match_parent"
  48. android:layout_height="match_parent"
  49. android:layout_weight="1"
  50. android:text="New Button"
  51. android:id="@+id/button3" />
  52. </LinearLayout>
Add Comment
Please, Sign In to add comment