Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:baselineAligned="false"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent"
  5. android:orientation="vertical" >
  6.  
  7. <LinearLayout
  8. android:layout_width="wrap_content"
  9. android:layout_height="wrap_content"
  10. android:baselineAligned="false"
  11. android:orientation="horizontal">
  12.  
  13. <LinearLayout
  14. android:layout_width="wrap_content"
  15. android:layout_height="wrap_content"
  16. android:baselineAligned="false"
  17. android:orientation="horizontal">
  18.  
  19. <ImageButton
  20. android:id="@+id/PiClick1"
  21. android:layout_width="match_parent"
  22. android:layout_height="wrap_content"
  23. android:onClick="onClick"
  24. android:adjustViewBounds="true"
  25. android:src="@drawable/x" />
  26. </LinearLayout>
  27.  
  28. <LinearLayout
  29. android:layout_width="wrap_content"
  30. android:layout_height="wrap_content"
  31. android:baselineAligned="false"
  32. android:orientation="horizontal">
  33.  
  34. <ImageButton
  35. android:id="@+id/PiClick2"
  36. android:layout_width="match_parent"
  37. android:layout_height="wrap_content"
  38. android:onClick="onClick"
  39. android:adjustViewBounds="true"
  40. android:src="@drawable/x" />
  41. </LinearLayout>
  42.  
  43. </LinearLayout>
  44. <LinearLayout
  45. android:layout_width="wrap_content"
  46. android:layout_height="wrap_content"
  47. android:baselineAligned="false"
  48. android:orientation="horizontal">
  49.  
  50. <LinearLayout
  51. android:layout_width="wrap_content"
  52. android:layout_height="wrap_content"
  53. android:baselineAligned="false"
  54. android:orientation="horizontal">
  55.  
  56. <ImageButton
  57. android:id="@+id/PiClick3"
  58. android:layout_width="match_parent"
  59. android:layout_height="wrap_content"
  60. android:onClick="onClick"
  61. android:adjustViewBounds="true"
  62. android:src="@drawable/x" />
  63. </LinearLayout>
  64.  
  65. <LinearLayout
  66. android:layout_width="wrap_content"
  67. android:layout_height="wrap_content"
  68. android:baselineAligned="false"
  69. android:orientation="horizontal">
  70.  
  71. <ImageButton
  72. android:id="@+id/PiClick4"
  73. android:layout_width="match_parent"
  74. android:layout_height="wrap_content"
  75. android:onClick="onClick"
  76. android:adjustViewBounds="true"
  77. android:src="@drawable/x" />
  78. </LinearLayout>
  79.  
  80. </LinearLayout><LinearLayout
  81. android:layout_width="wrap_content"
  82. android:layout_height="wrap_content"
  83. android:baselineAligned="false"
  84. android:orientation="horizontal">
  85.  
  86. <LinearLayout
  87. android:layout_width="wrap_content"
  88. android:layout_height="wrap_content"
  89. android:baselineAligned="false"
  90. android:orientation="horizontal">
  91.  
  92. <ImageButton
  93. android:id="@+id/PiClick5"
  94. android:layout_width="match_parent"
  95. android:layout_height="wrap_content"
  96. android:onClick="onClick"
  97. android:adjustViewBounds="true"
  98. android:src="@drawable/x" />
  99. </LinearLayout>
  100.  
  101. <LinearLayout
  102. android:layout_width="wrap_content"
  103. android:layout_height="wrap_content"
  104. android:baselineAligned="false"
  105. android:orientation="horizontal">
  106.  
  107. <ImageButton
  108. android:id="@+id/PiClick6"
  109. android:layout_width="match_parent"
  110. android:layout_height="wrap_content"
  111. android:onClick="onClick"
  112. android:adjustViewBounds="true"
  113. android:src="@drawable/x" />
  114. </LinearLayout>
  115.  
  116. </LinearLayout>
  117.  
  118.  
  119. <LinearLayout
  120. android:layout_width="wrap_content"
  121. android:layout_height="wrap_content"
  122. android:baselineAligned="false"
  123. android:orientation="vertical">
  124. <TextView
  125. android:id="@+id/text"
  126. android:layout_width="fill_parent"
  127. android:layout_height="wrap_content"
  128. android:text="choose o"/>
  129. </LinearLayout>
  130. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement