|
|
@@ -21,7 +21,8 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <View style="@style/style_item_line_new" />
|
|
|
+ <View style="@style/style_item_line_new"
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/account_task_layout"
|
|
|
@@ -40,8 +41,7 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <View style="@style/style_item_line_new"
|
|
|
- android:visibility="gone"/>
|
|
|
+ <View style="@style/style_item_line_new"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/order_layout"
|
|
|
@@ -62,6 +62,27 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View style="@style/style_item_line_new"/>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/fgt_person_center_my_focus"
|
|
|
+ style="@style/style_item_container"
|
|
|
+ android:visibility="visible">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ style="@style/style_item_img"
|
|
|
+ android:src="@mipmap/order_manager" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/style_item_label"
|
|
|
+ android:text="我的关注" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/style_item_end_next"
|
|
|
+ android:visibility="visible" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
|
|
|
<View
|
|
|
android:id="@+id/proxy_service_layout_line"
|