layout_all_menu.xml 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:orientation="vertical">
  7. <LinearLayout
  8. android:layout_width="match_parent"
  9. android:layout_height="wrap_content"
  10. android:layout_marginTop="75dp"
  11. android:layout_marginBottom="26dp"
  12. android:orientation="vertical">
  13. <LinearLayout
  14. android:layout_width="match_parent"
  15. android:layout_height="wrap_content"
  16. android:orientation="vertical">
  17. <TextView
  18. android:layout_width="match_parent"
  19. android:layout_height="wrap_content"
  20. android:gravity="center_horizontal"
  21. android:lineSpacingExtra="8sp"
  22. android:text="@string/contents_category1"
  23. android:textColor="@color/C000000"
  24. android:textSize="21sp"
  25. />
  26. </LinearLayout>
  27. <LinearLayout
  28. android:layout_width="match_parent"
  29. android:layout_height="wrap_content"
  30. android:orientation="vertical">
  31. <TextView
  32. android:layout_width="match_parent"
  33. android:layout_height="wrap_content"
  34. android:layout_marginTop="26dp"
  35. android:gravity="center_horizontal"
  36. android:lineSpacingExtra="8sp"
  37. android:text="@string/contents_category2"
  38. android:textColor="@color/C000000"
  39. android:textSize="21sp"
  40. />
  41. </LinearLayout>
  42. <LinearLayout
  43. android:layout_width="match_parent"
  44. android:layout_height="wrap_content"
  45. android:layout_marginTop="26dp"
  46. android:orientation="vertical">
  47. <TextView
  48. android:layout_width="match_parent"
  49. android:layout_height="wrap_content"
  50. android:gravity="center_horizontal"
  51. android:lineSpacingExtra="8sp"
  52. android:text="@string/contents_category3"
  53. android:textColor="@color/C000000"
  54. android:textSize="21sp"
  55. />
  56. </LinearLayout>
  57. <LinearLayout
  58. android:layout_width="match_parent"
  59. android:layout_height="wrap_content"
  60. android:layout_marginTop="26dp"
  61. android:orientation="vertical">
  62. <TextView
  63. android:layout_width="match_parent"
  64. android:layout_height="wrap_content"
  65. android:gravity="center_horizontal"
  66. android:lineSpacingExtra="8sp"
  67. android:text="@string/contents_category4"
  68. android:textColor="@color/C000000"
  69. android:textSize="21sp"
  70. />
  71. </LinearLayout>
  72. <LinearLayout
  73. android:layout_width="match_parent"
  74. android:layout_height="wrap_content"
  75. android:layout_marginTop="26dp"
  76. android:orientation="vertical">
  77. <TextView
  78. android:layout_width="match_parent"
  79. android:layout_height="wrap_content"
  80. android:gravity="center_horizontal"
  81. android:lineSpacingExtra="8sp"
  82. android:text="@string/contents_category5"
  83. android:textColor="@color/C000000"
  84. android:textSize="21sp"
  85. />
  86. </LinearLayout>
  87. <LinearLayout
  88. android:layout_width="wrap_content"
  89. android:layout_height="wrap_content"
  90. android:layout_marginTop="124dp"
  91. android:orientation="vertical">
  92. <View
  93. android:layout_width="match_parent"
  94. android:layout_height="1dp"
  95. android:background="@color/CEBEBEB"/>
  96. </LinearLayout>
  97. <LinearLayout
  98. android:layout_width="match_parent"
  99. android:layout_height="wrap_content"
  100. android:layout_gravity="center"
  101. android:layout_marginTop="16dp"
  102. android:gravity="center"
  103. android:orientation="horizontal">
  104. <TextView
  105. android:padding="10dp"
  106. android:layout_width="wrap_content"
  107. android:layout_height="wrap_content"
  108. android:layout_marginEnd="16dp"
  109. android:gravity="center"
  110. android:lineSpacingExtra="5.5sp"
  111. android:text="@string/menu_category1"
  112. android:textColor="@color/C000000"
  113. android:textSize="15sp"/>
  114. <TextView
  115. android:layout_width="wrap_content"
  116. android:layout_height="wrap_content"
  117. android:padding="10dp"
  118. android:layout_marginEnd="16dp"
  119. android:gravity="center"
  120. android:lineSpacingExtra="5.5sp"
  121. android:text="@string/menu_category2"
  122. android:textColor="@color/C000000"
  123. android:textSize="15sp"/>
  124. <TextView
  125. android:layout_width="wrap_content"
  126. android:layout_height="wrap_content"
  127. android:padding="10dp"
  128. android:gravity="center"
  129. android:lineSpacingExtra="5.5sp"
  130. android:text="@string/menu_category3"
  131. android:textColor="@color/C000000"
  132. android:textSize="15sp"/>
  133. </LinearLayout>
  134. <LinearLayout
  135. android:layout_width="match_parent"
  136. android:layout_height="wrap_content"
  137. android:padding="5dp"
  138. android:layout_marginTop="21dp"
  139. android:gravity="center"
  140. android:orientation="horizontal">
  141. <TextView
  142. android:layout_width="wrap_content"
  143. android:layout_height="wrap_content"
  144. android:textSize="12sp"
  145. android:padding="10dp"
  146. android:textColor="@color/C999999"
  147. android:lineSpacingExtra="3sp"
  148. android:text="@string/introduce_life_plus"
  149. />
  150. <TextView
  151. android:layout_width="wrap_content"
  152. android:layout_height="wrap_content"
  153. android:gravity="center"
  154. android:layout_marginStart="11dp"
  155. android:layout_marginEnd="11dp"
  156. android:textSize="12sp"
  157. android:textColor="@color/CEBEBEB"
  158. android:lineSpacingExtra="3sp"
  159. android:text="|"/>
  160. <TextView
  161. android:layout_width="wrap_content"
  162. android:layout_height="wrap_content"
  163. android:padding="10dp"
  164. android:text="@string/faq"
  165. android:textSize="12sp"
  166. android:textColor="@color/C999999"
  167. android:lineSpacingExtra="3sp"/>
  168. </LinearLayout>
  169. </LinearLayout>
  170. </LinearLayout>