fragment_works.xml 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="match_parent"
  3. android:layout_height="match_parent"
  4. android:background="@drawable/bg_main">
  5. <LinearLayout
  6. android:layout_width="match_parent"
  7. android:layout_height="wrap_content"
  8. android:orientation="vertical">
  9. <RelativeLayout
  10. android:id="@+id/my_data_rl"
  11. style="@style/IMTbleLine">
  12. <TextView
  13. android:layout_width="wrap_content"
  14. android:layout_height="wrap_content"
  15. android:layout_centerVertical="true"
  16. android:drawableLeft="@drawable/set_resume_u"
  17. android:drawablePadding="10dp"
  18. android:gravity="center"
  19. android:text="我的关注"
  20. android:textColor="@color/text_main"
  21. android:textSize="14sp" />
  22. <ImageView
  23. android:layout_width="@dimen/next_width"
  24. android:layout_height="@dimen/next_height"
  25. android:layout_alignParentRight="true"
  26. android:layout_centerVertical="true"
  27. android:alpha="0.26"
  28. android:background="@drawable/set_list_next"
  29. android:contentDescription="@string/app_name" />
  30. </RelativeLayout>
  31. <View
  32. android:layout_width="match_parent"
  33. android:layout_height="@dimen/line"
  34. android:background="@color/item_line" />
  35. <View
  36. android:layout_width="match_parent"
  37. android:layout_height="@dimen/line"
  38. android:layout_marginTop="7dp"
  39. android:background="@color/item_line" />
  40. <RelativeLayout
  41. android:id="@+id/my_friend_rl"
  42. style="@style/IMTbleLine">
  43. <TextView
  44. android:id="@+id/tv_zone"
  45. android:layout_width="wrap_content"
  46. android:layout_height="wrap_content"
  47. android:layout_centerVertical="true"
  48. android:drawableLeft="@drawable/set_fans_u"
  49. android:drawablePadding="10dp"
  50. android:gravity="center"
  51. android:text="我的朋友圈"
  52. android:textColor="@color/text_main"
  53. android:textSize="14sp" />
  54. <ImageView
  55. android:id="@+id/iv_remain"
  56. android:layout_width="15dp"
  57. android:layout_height="15dp"
  58. android:layout_centerVertical="true"
  59. android:layout_toRightOf="@+id/tv_zone"
  60. android:src="@drawable/tab_unread_bg"
  61. android:visibility="gone" />
  62. <ImageView
  63. android:layout_width="@dimen/next_width"
  64. android:layout_height="@dimen/next_height"
  65. android:layout_alignParentRight="true"
  66. android:layout_centerVertical="true"
  67. android:alpha="0.26"
  68. android:background="@drawable/set_list_next"
  69. android:contentDescription="@string/app_name" />
  70. </RelativeLayout>
  71. <View
  72. android:layout_width="match_parent"
  73. android:layout_height="@dimen/line"
  74. android:background="@color/item_line" />
  75. <View
  76. android:layout_width="match_parent"
  77. android:layout_height="@dimen/line"
  78. android:layout_marginTop="7dp"
  79. android:background="@color/item_line" />
  80. <RelativeLayout
  81. android:id="@+id/rl_uas_sys"
  82. style="@style/IMTbleLine">
  83. <TextView
  84. android:layout_width="wrap_content"
  85. android:layout_height="wrap_content"
  86. android:layout_centerVertical="true"
  87. android:drawableLeft="@drawable/set_video_u"
  88. android:drawablePadding="10dp"
  89. android:gravity="center"
  90. android:text="我的OA"
  91. android:textColor="@color/text_main"
  92. android:textSize="14sp" />
  93. <ImageView
  94. android:layout_width="@dimen/next_width"
  95. android:layout_height="@dimen/next_height"
  96. android:layout_alignParentRight="true"
  97. android:layout_centerVertical="true"
  98. android:alpha="0.26"
  99. android:background="@drawable/set_list_next"
  100. android:contentDescription="@string/app_name" />
  101. </RelativeLayout>
  102. <View
  103. android:layout_width="match_parent"
  104. android:layout_height="@dimen/line"
  105. android:background="@color/item_line" />
  106. <View
  107. android:layout_width="match_parent"
  108. android:layout_height="@dimen/line"
  109. android:background="@color/item_line" />
  110. <RelativeLayout
  111. android:id="@+id/my_client_rl"
  112. style="@style/IMTbleLine">
  113. <TextView
  114. android:layout_width="wrap_content"
  115. android:layout_height="wrap_content"
  116. android:layout_centerVertical="true"
  117. android:drawableLeft="@drawable/title_set_u"
  118. android:drawablePadding="10dp"
  119. android:gravity="center"
  120. android:text="我的客户"
  121. android:textColor="@color/text_main"
  122. android:textSize="14sp" />
  123. <ImageView
  124. android:layout_width="@dimen/next_width"
  125. android:layout_height="@dimen/next_height"
  126. android:layout_alignParentRight="true"
  127. android:layout_centerVertical="true"
  128. android:alpha="0.26"
  129. android:background="@drawable/set_list_next"
  130. android:contentDescription="@string/app_name" />
  131. </RelativeLayout>
  132. <View
  133. android:layout_width="match_parent"
  134. android:layout_height="@dimen/line"
  135. android:background="@color/item_line" />
  136. <RelativeLayout
  137. android:id="@+id/setting_rl"
  138. style="@style/IMTbleLine">
  139. <TextView
  140. android:layout_width="wrap_content"
  141. android:layout_height="wrap_content"
  142. android:layout_centerVertical="true"
  143. android:drawableLeft="@drawable/my_shangwu"
  144. android:drawablePadding="10dp"
  145. android:gravity="center"
  146. android:text="我的商务"
  147. android:textColor="@color/text_main"
  148. android:textSize="14sp" />
  149. <ImageView
  150. android:layout_width="@dimen/next_width"
  151. android:layout_height="@dimen/next_height"
  152. android:layout_alignParentRight="true"
  153. android:layout_centerVertical="true"
  154. android:alpha="0.26"
  155. android:background="@drawable/set_list_next"
  156. android:contentDescription="@string/app_name" />
  157. </RelativeLayout>
  158. <View
  159. android:layout_width="match_parent"
  160. android:layout_height="@dimen/line"
  161. android:layout_marginTop="7dp"
  162. android:background="@color/item_line" />
  163. <RelativeLayout
  164. android:id="@+id/goods_find"
  165. style="@style/IMTbleLine">
  166. <TextView
  167. android:layout_width="wrap_content"
  168. android:layout_height="wrap_content"
  169. android:layout_centerVertical="true"
  170. android:drawableLeft="@drawable/f_u"
  171. android:drawablePadding="10dp"
  172. android:gravity="center"
  173. android:text="商品查询"
  174. android:textColor="@color/text_main"
  175. android:textSize="14sp" />
  176. <ImageView
  177. android:layout_width="@dimen/next_width"
  178. android:layout_height="@dimen/next_height"
  179. android:layout_alignParentRight="true"
  180. android:layout_centerVertical="true"
  181. android:alpha="0.26"
  182. android:background="@drawable/set_list_next"
  183. android:contentDescription="@string/app_name" />
  184. </RelativeLayout>
  185. <View
  186. android:layout_width="match_parent"
  187. android:layout_height="@dimen/line"
  188. android:background="@color/item_line" />
  189. </LinearLayout>
  190. </ScrollView>