设置4列的.txt 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. <LinearLayout
  2. android:layout_width="match_parent"
  3. android:layout_height="@dimen/vs_50"
  4. android:layout_marginBottom="@dimen/vs_10"
  5. android:focusable="false"
  6. android:orientation="horizontal">
  7. <LinearLayout
  8. android:layout_width="@dimen/vs_0"
  9. android:layout_height="match_parent"
  10. android:layout_marginStart="@dimen/vs_5"
  11. android:layout_marginLeft="@dimen/vs_5"
  12. android:layout_marginEnd="@dimen/vs_5"
  13. android:layout_marginRight="@dimen/vs_5"
  14. android:layout_weight="1"
  15. android:focusable="false"
  16. android:orientation="horizontal">
  17. <LinearLayout
  18. android:id="@+id/llLocale"
  19. android:layout_width="@dimen/vs_0"
  20. android:layout_height="match_parent"
  21. android:layout_marginEnd="@dimen/vs_5"
  22. android:layout_marginRight="@dimen/vs_5"
  23. android:layout_weight="1"
  24. android:background="@drawable/shape_setting_model_focus"
  25. android:focusable="true"
  26. android:gravity="center_vertical"
  27. android:orientation="horizontal"
  28. android:paddingLeft="@dimen/vs_20"
  29. android:paddingRight="@dimen/vs_20">
  30. <TextView
  31. android:layout_width="wrap_content"
  32. android:layout_height="wrap_content"
  33. android:text="@string/mn_locale"
  34. android:textColor="@android:color/white"
  35. android:textSize="@dimen/ts_24" />
  36. <TextView
  37. android:layout_width="0dp"
  38. android:layout_height="wrap_content"
  39. android:layout_weight="1" />
  40. <TextView
  41. android:id="@+id/tvLocale"
  42. android:layout_width="wrap_content"
  43. android:layout_height="wrap_content"
  44. android:textColor="@android:color/white"
  45. android:textSize="@dimen/ts_24" />
  46. <TextView
  47. android:layout_width="wrap_content"
  48. android:layout_height="wrap_content"
  49. android:layout_marginStart="@dimen/vs_10"
  50. android:layout_marginLeft="@dimen/vs_10"
  51. android:text=">"
  52. android:textColor="@android:color/white"
  53. android:textSize="@dimen/ts_24" />
  54. </LinearLayout>
  55. <LinearLayout
  56. android:id="@+id/llTheme"
  57. android:layout_width="@dimen/vs_0"
  58. android:layout_height="match_parent"
  59. android:layout_marginStart="@dimen/vs_5"
  60. android:layout_marginLeft="@dimen/vs_5"
  61. android:layout_weight="1"
  62. android:background="@drawable/shape_setting_model_focus"
  63. android:focusable="true"
  64. android:gravity="center_vertical"
  65. android:orientation="horizontal"
  66. android:paddingLeft="@dimen/vs_20"
  67. android:paddingRight="@dimen/vs_20">
  68. <TextView
  69. android:layout_width="wrap_content"
  70. android:layout_height="wrap_content"
  71. android:text="@string/mn_theme"
  72. android:textColor="@android:color/white"
  73. android:textSize="@dimen/ts_24" />
  74. <TextView
  75. android:layout_width="0dp"
  76. android:layout_height="wrap_content"
  77. android:layout_weight="1" />
  78. <TextView
  79. android:id="@+id/tvTheme"
  80. android:layout_width="wrap_content"
  81. android:layout_height="wrap_content"
  82. android:textColor="@android:color/white"
  83. android:textSize="@dimen/ts_24" />
  84. <TextView
  85. android:layout_width="wrap_content"
  86. android:layout_height="wrap_content"
  87. android:layout_marginStart="@dimen/vs_10"
  88. android:layout_marginLeft="@dimen/vs_10"
  89. android:text=">"
  90. android:textColor="@android:color/white"
  91. android:textSize="@dimen/ts_24" />
  92. </LinearLayout>
  93. </LinearLayout>
  94. <LinearLayout
  95. android:layout_width="@dimen/vs_0"
  96. android:layout_height="match_parent"
  97. android:layout_marginStart="@dimen/vs_5"
  98. android:layout_marginLeft="@dimen/vs_5"
  99. android:layout_marginEnd="@dimen/vs_5"
  100. android:layout_marginRight="@dimen/vs_5"
  101. android:layout_weight="1"
  102. android:focusable="false"
  103. android:orientation="horizontal">
  104. <LinearLayout
  105. android:id="@+id/llWp"
  106. android:layout_width="@dimen/vs_0"
  107. android:layout_height="match_parent"
  108. android:layout_marginEnd="@dimen/vs_5"
  109. android:layout_marginRight="@dimen/vs_5"
  110. android:layout_weight="1"
  111. android:background="@drawable/shape_setting_model_focus"
  112. android:focusable="true"
  113. android:gravity="center_vertical"
  114. android:orientation="horizontal"
  115. android:paddingLeft="@dimen/vs_20"
  116. android:paddingRight="@dimen/vs_20">
  117. <TextView
  118. android:layout_width="wrap_content"
  119. android:layout_height="wrap_content"
  120. android:text="@string/mn_wall_change"
  121. android:textColor="@android:color/white"
  122. android:textSize="@dimen/ts_24" />
  123. <TextView
  124. android:layout_width="0dp"
  125. android:layout_height="wrap_content"
  126. android:layout_weight="1" />
  127. <TextView
  128. android:layout_width="wrap_content"
  129. android:layout_height="wrap_content"
  130. android:layout_marginStart="@dimen/vs_10"
  131. android:layout_marginLeft="@dimen/vs_10"
  132. android:text=">"
  133. android:textColor="@android:color/white"
  134. android:textSize="@dimen/ts_24" />
  135. </LinearLayout>
  136. <LinearLayout
  137. android:id="@+id/llWpRecovery"
  138. android:layout_width="@dimen/vs_0"
  139. android:layout_height="match_parent"
  140. android:layout_marginStart="@dimen/vs_5"
  141. android:layout_marginLeft="@dimen/vs_5"
  142. android:layout_weight="1"
  143. android:background="@drawable/shape_setting_model_focus"
  144. android:focusable="true"
  145. android:gravity="center_vertical"
  146. android:orientation="horizontal"
  147. android:paddingLeft="@dimen/vs_20"
  148. android:paddingRight="@dimen/vs_20">
  149. <TextView
  150. android:layout_width="wrap_content"
  151. android:layout_height="wrap_content"
  152. android:text="@string/mn_wall_reset"
  153. android:textColor="@android:color/white"
  154. android:textSize="@dimen/ts_24" />
  155. <TextView
  156. android:layout_width="0dp"
  157. android:layout_height="wrap_content"
  158. android:layout_weight="1" />
  159. <TextView
  160. android:layout_width="wrap_content"
  161. android:layout_height="wrap_content"
  162. android:layout_marginStart="@dimen/vs_10"
  163. android:layout_marginLeft="@dimen/vs_10"
  164. android:text=">"
  165. android:textColor="@android:color/white"
  166. android:textSize="@dimen/ts_24" />
  167. </LinearLayout>
  168. </LinearLayout>
  169. </LinearLayout>