|
|
@@ -22,6 +22,7 @@
|
|
|
android:layout_marginBottom="@dimen/width_indicator"
|
|
|
android:visibility="gone"/>
|
|
|
|
|
|
+ <include layout="@layout/view_divider_common" />
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_user"
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -30,8 +31,7 @@
|
|
|
android:orientation="horizontal"
|
|
|
android:paddingStart="@dimen/activity_horizontal_margin"
|
|
|
android:paddingEnd="@dimen/activity_horizontal_margin"
|
|
|
- android:background="?attr/selectableItemBackground"
|
|
|
- android:layout_marginTop="@dimen/width_indicator">
|
|
|
+ android:background="?attr/selectableItemBackground">
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="@dimen/size_icon_big"
|
|
|
@@ -71,8 +71,6 @@
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <include layout="@layout/view_divider_common" />
|
|
|
-
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_feedback"
|
|
|
@@ -82,7 +80,8 @@
|
|
|
android:orientation="horizontal"
|
|
|
android:paddingStart="@dimen/activity_horizontal_margin"
|
|
|
android:paddingEnd="@dimen/activity_horizontal_margin"
|
|
|
- android:background="?attr/selectableItemBackground">
|
|
|
+ android:background="?attr/selectableItemBackground"
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/size_icon_big"
|
|
|
@@ -97,30 +96,10 @@
|
|
|
android:textColor="@color/black_text" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
+ <include layout="@layout/view_divider_common" />
|
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_about"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/height_tab_bar"
|
|
|
- android:background="?attr/selectableItemBackground"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:paddingStart="@dimen/activity_horizontal_margin"
|
|
|
- android:paddingEnd="@dimen/activity_horizontal_margin">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="@dimen/size_icon_big"
|
|
|
- android:layout_height="@dimen/size_icon"
|
|
|
- android:src="@drawable/ic_mine_about" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/activity_horizontal_margin_s"
|
|
|
- android:text="关于"
|
|
|
- android:textColor="@color/black_text" />
|
|
|
- </LinearLayout>
|
|
|
|
|
|
|
|
|
<!--管理员才能看到此界面-->
|
|
|
@@ -129,8 +108,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <include layout="@layout/view_divider_common" />
|
|
|
|
|
|
+ <!--处理提现-->
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/height_tab_bar"
|
|
|
@@ -153,6 +132,7 @@
|
|
|
android:textColor="@color/black_text" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <!--上架商品-->
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/height_tab_bar"
|
|
|
@@ -174,14 +154,5 @@
|
|
|
android:text="上架"
|
|
|
android:textColor="@color/black_text" />
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
-
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
- <Space
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_weight="1"/>
|
|
|
-
|
|
|
-
|
|
|
</LinearLayout>
|