设置3列的.txt 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. <LinearLayout
  2. android:layout_width="match_parent"
  3. android:layout_height="@dimen/vs_60"
  4. android:layout_marginBottom="@dimen/vs_10"
  5. android:focusable="false"
  6. android:orientation="horizontal">
  7. <LinearLayout
  8. android:id="@+id/llParseWebVew"
  9. android:layout_width="@dimen/vs_0"
  10. android:layout_height="match_parent"
  11. android:layout_marginEnd="@dimen/vs_5"
  12. android:layout_marginRight="@dimen/vs_5"
  13. android:layout_weight="1"
  14. android:background="@drawable/shape_setting_model_focus"
  15. android:focusable="true"
  16. android:gravity="center_vertical"
  17. android:orientation="horizontal"
  18. android:paddingLeft="@dimen/vs_20"
  19. android:paddingRight="@dimen/vs_20">
  20. <TextView
  21. android:layout_width="wrap_content"
  22. android:layout_height="wrap_content"
  23. android:text="嗅探Webview"
  24. android:textColor="@android:color/white"
  25. android:textSize="@dimen/ts_24" />
  26. <Space
  27. android:layout_width="0dp"
  28. android:layout_height="wrap_content"
  29. android:layout_weight="1" />
  30. <TextView
  31. android:id="@+id/tvParseWebView"
  32. android:layout_width="wrap_content"
  33. android:layout_height="wrap_content"
  34. android:text="系统自带"
  35. android:textColor="@android:color/white"
  36. android:textSize="@dimen/ts_24" />
  37. <TextView
  38. android:layout_width="wrap_content"
  39. android:layout_height="wrap_content"
  40. android:layout_marginStart="@dimen/vs_10"
  41. android:layout_marginLeft="@dimen/vs_10"
  42. android:text=">"
  43. android:textColor="@android:color/white"
  44. android:textSize="@dimen/ts_30" />
  45. </LinearLayout>
  46. <LinearLayout
  47. android:layout_width="@dimen/vs_0"
  48. android:layout_height="match_parent"
  49. android:layout_marginStart="@dimen/vs_5"
  50. android:layout_marginLeft="@dimen/vs_5"
  51. android:layout_weight="1"
  52. android:focusable="false"
  53. android:orientation="horizontal">
  54. <LinearLayout
  55. android:id="@+id/llSearchTv"
  56. android:layout_width="@dimen/vs_0"
  57. android:layout_height="match_parent"
  58. android:layout_marginEnd="@dimen/vs_5"
  59. android:layout_marginRight="@dimen/vs_5"
  60. android:layout_weight="1"
  61. android:background="@drawable/shape_setting_model_focus"
  62. android:focusable="true"
  63. android:gravity="center_vertical"
  64. android:orientation="horizontal"
  65. android:paddingLeft="@dimen/vs_20"
  66. android:paddingRight="@dimen/vs_20">
  67. <TextView
  68. android:layout_width="wrap_content"
  69. android:layout_height="wrap_content"
  70. android:text="搜索附近TVBox"
  71. android:textColor="@android:color/white"
  72. android:textSize="@dimen/ts_24" />
  73. <Space
  74. android:layout_width="0dp"
  75. android:layout_height="wrap_content"
  76. android:layout_weight="1" />
  77. <TextView
  78. android:id="@+id/remoteTv"
  79. android:layout_width="wrap_content"
  80. android:layout_height="wrap_content"
  81. android:textColor="@android:color/white"
  82. android:textSize="@dimen/ts_24" />
  83. <TextView
  84. android:layout_width="wrap_content"
  85. android:layout_height="wrap_content"
  86. android:layout_marginStart="@dimen/vs_10"
  87. android:layout_marginLeft="@dimen/vs_10"
  88. android:text=">"
  89. android:textColor="@android:color/white"
  90. android:textSize="@dimen/ts_30" />
  91. </LinearLayout>
  92. <LinearLayout
  93. android:id="@+id/llHistoryNum"
  94. android:layout_width="@dimen/vs_0"
  95. android:layout_height="match_parent"
  96. android:layout_marginStart="@dimen/vs_5"
  97. android:layout_marginLeft="@dimen/vs_5"
  98. android:layout_weight="1"
  99. android:background="@drawable/shape_setting_model_focus"
  100. android:focusable="true"
  101. android:gravity="center_vertical"
  102. android:orientation="horizontal"
  103. android:paddingLeft="@dimen/vs_20"
  104. android:paddingRight="@dimen/vs_20">
  105. <TextView
  106. android:layout_width="wrap_content"
  107. android:layout_height="wrap_content"
  108. android:text="历史记录"
  109. android:textColor="@android:color/white"
  110. android:textSize="@dimen/ts_24" />
  111. <Space
  112. android:layout_width="0dp"
  113. android:layout_height="wrap_content"
  114. android:layout_weight="1" />
  115. <TextView
  116. android:id="@+id/tvHistoryNum"
  117. android:layout_width="wrap_content"
  118. android:layout_height="wrap_content"
  119. android:textColor="@android:color/white"
  120. android:textSize="@dimen/ts_24" />
  121. <TextView
  122. android:layout_width="wrap_content"
  123. android:layout_height="wrap_content"
  124. android:layout_marginStart="@dimen/vs_10"
  125. android:layout_marginLeft="@dimen/vs_10"
  126. android:text=">"
  127. android:textColor="@android:color/white"
  128. android:textSize="@dimen/ts_30" />
  129. </LinearLayout>
  130. </LinearLayout>
  131. </LinearLayout>