Newer
Older
IrisClient / app / src / main / res / layout / fragment_card_drawing.xml
yugo-asano on 11 Oct 2022 6 KB 画像16個数表示
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <androidx.constraintlayout.widget.ConstraintLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:app="http://schemas.android.com/apk/res-auto"
  5. xmlns:tools="http://schemas.android.com/tools"
  6. android:layout_width="match_parent"
  7. android:layout_height="match_parent">
  8.  
  9. <ImageButton
  10. android:id="@+id/imageButton12"
  11. android:layout_width="116dp"
  12. android:layout_height="65dp"
  13. android:layout_marginStart="5dp"
  14. android:layout_marginTop="5dp"
  15. app:layout_constraintStart_toEndOf="@+id/imageButton11"
  16. app:layout_constraintTop_toBottomOf="@+id/imageButton02"
  17. tools:ignore="SpeakableTextPresentCheck"
  18. android:background="@drawable/test01" />
  19.  
  20. <ImageButton
  21. android:id="@+id/imageButton32"
  22. android:layout_width="116dp"
  23. android:layout_height="65dp"
  24. android:layout_marginStart="5dp"
  25. android:layout_marginTop="5dp"
  26. app:layout_constraintStart_toEndOf="@+id/imageButton31"
  27. app:layout_constraintTop_toBottomOf="@+id/imageButton22"
  28. android:background="@drawable/test01"
  29. />
  30.  
  31. <ImageButton
  32. android:id="@+id/imageButton00"
  33. android:layout_width="116dp"
  34. android:layout_height="65dp"
  35. app:layout_constraintStart_toStartOf="parent"
  36. app:layout_constraintTop_toTopOf="parent"
  37. android:background="@drawable/test01" />
  38.  
  39. <ImageButton
  40. android:id="@+id/imageButton30"
  41. android:layout_width="116dp"
  42. android:layout_height="65dp"
  43. android:layout_marginTop="5dp"
  44. app:layout_constraintStart_toStartOf="parent"
  45. app:layout_constraintTop_toBottomOf="@+id/imageButton20"
  46. android:background="@drawable/test01" />
  47.  
  48. <ImageButton
  49. android:id="@+id/imageButton22"
  50. android:layout_width="116dp"
  51. android:layout_height="65dp"
  52. android:layout_marginStart="5dp"
  53. android:layout_marginTop="5dp"
  54. app:layout_constraintStart_toEndOf="@+id/imageButton21"
  55. app:layout_constraintTop_toBottomOf="@+id/imageButton12"
  56. android:background="@drawable/test01" />
  57.  
  58. <ImageButton
  59. android:id="@+id/imageButton03"
  60. android:layout_width="116dp"
  61. android:layout_height="65dp"
  62. android:layout_marginStart="5dp"
  63. app:layout_constraintStart_toEndOf="@+id/imageButton02"
  64. app:layout_constraintTop_toTopOf="parent"
  65. android:background="@drawable/test01" />
  66.  
  67. <ImageButton
  68. android:id="@+id/imageButton13"
  69. android:layout_width="116dp"
  70. android:layout_height="65dp"
  71. android:layout_marginStart="5dp"
  72. android:layout_marginTop="5dp"
  73. app:layout_constraintStart_toEndOf="@+id/imageButton12"
  74. app:layout_constraintTop_toBottomOf="@+id/imageButton03"
  75. android:background="@drawable/test01" />
  76.  
  77. <ImageButton
  78. android:id="@+id/imageButton21"
  79. android:layout_width="116dp"
  80. android:layout_height="65dp"
  81. android:layout_marginStart="5dp"
  82. android:layout_marginTop="5dp"
  83. app:layout_constraintStart_toEndOf="@+id/imageButton20"
  84. app:layout_constraintTop_toBottomOf="@+id/imageButton11"
  85. android:background="@drawable/test01" />
  86.  
  87. <ImageButton
  88. android:id="@+id/imageButton33"
  89. android:layout_width="116dp"
  90. android:layout_height="65dp"
  91. android:layout_marginStart="5dp"
  92. android:layout_marginTop="5dp"
  93. app:layout_constraintStart_toEndOf="@+id/imageButton32"
  94. app:layout_constraintTop_toBottomOf="@+id/imageButton23"
  95. android:background="@drawable/test01" />
  96.  
  97. <ImageButton
  98. android:id="@+id/imageButton20"
  99. android:layout_width="116dp"
  100. android:layout_height="65dp"
  101. android:layout_marginTop="5dp"
  102. app:layout_constraintStart_toStartOf="parent"
  103. app:layout_constraintTop_toBottomOf="@+id/imageButton10"
  104. android:background="@drawable/test01" />
  105.  
  106. <ImageButton
  107. android:id="@+id/imageButton31"
  108. android:layout_width="116dp"
  109. android:layout_height="65dp"
  110. android:layout_marginStart="5dp"
  111. android:layout_marginTop="5dp"
  112. app:layout_constraintStart_toEndOf="@+id/imageButton30"
  113. app:layout_constraintTop_toBottomOf="@+id/imageButton21"
  114. android:background="@drawable/test01" />
  115.  
  116. <ImageButton
  117. android:id="@+id/imageButton11"
  118. android:layout_width="116dp"
  119. android:layout_height="65dp"
  120. android:layout_marginStart="5dp"
  121. android:layout_marginTop="5dp"
  122. app:layout_constraintStart_toEndOf="@+id/imageButton10"
  123. app:layout_constraintTop_toBottomOf="@+id/imageButton01"
  124. android:background="@drawable/test01" />
  125.  
  126. <ImageButton
  127. android:id="@+id/imageButton23"
  128. android:layout_width="116dp"
  129. android:layout_height="65dp"
  130. android:layout_marginStart="5dp"
  131. android:layout_marginTop="5dp"
  132. app:layout_constraintStart_toEndOf="@+id/imageButton22"
  133. app:layout_constraintTop_toBottomOf="@+id/imageButton13"
  134. android:background="@drawable/test01" />
  135.  
  136. <ImageButton
  137. android:id="@+id/imageButton10"
  138. android:layout_width="116dp"
  139. android:layout_height="65dp"
  140. android:layout_marginTop="5dp"
  141. app:layout_constraintStart_toStartOf="parent"
  142. app:layout_constraintTop_toBottomOf="@+id/imageButton00"
  143. android:background="@drawable/test01" />
  144.  
  145. <ImageButton
  146. android:id="@+id/imageButton02"
  147. android:layout_width="116dp"
  148. android:layout_height="65dp"
  149. android:layout_marginStart="5dp"
  150. app:layout_constraintStart_toEndOf="@+id/imageButton01"
  151. app:layout_constraintTop_toTopOf="parent"
  152. android:background="@drawable/test01" />
  153.  
  154. <ImageButton
  155. android:id="@+id/imageButton01"
  156. android:layout_width="116dp"
  157. android:layout_height="65dp"
  158. android:layout_marginStart="5dp"
  159. app:layout_constraintStart_toEndOf="@+id/imageButton00"
  160. app:layout_constraintTop_toTopOf="parent"
  161. android:background="@drawable/test01" />
  162.  
  163. </androidx.constraintlayout.widget.ConstraintLayout>