|
|
@@ -16,6 +16,7 @@
|
|
|
android:id="@+id/avatar_img"
|
|
|
android:layout_width="60dp"
|
|
|
android:layout_height="60dp"
|
|
|
+
|
|
|
android:layout_alignParentLeft="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:contentDescription="@string/app_name"
|
|
|
@@ -62,10 +63,7 @@
|
|
|
android:alpha="0.26"
|
|
|
/>
|
|
|
</RelativeLayout>
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line" />
|
|
|
+
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/my_data_rl"
|
|
|
android:visibility="gone"
|
|
|
@@ -93,12 +91,6 @@
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:visibility="gone"
|
|
|
- android:background="@color/item_line" />
|
|
|
-
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/my_friend_rl"
|
|
|
android:visibility="gone"
|
|
|
@@ -125,12 +117,6 @@
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:visibility="gone"
|
|
|
- android:background="@color/item_line" />
|
|
|
-
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/my_space_rl"
|
|
|
android:visibility="gone"
|
|
|
@@ -166,11 +152,6 @@
|
|
|
android:layout_alignParentEnd="true"></LinearLayout>
|
|
|
</RelativeLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line" />
|
|
|
-
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/local_video_rl"
|
|
|
style="@style/IMTbleLine_UP_Me"
|
|
|
@@ -197,10 +178,52 @@
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/app_friend_rl"
|
|
|
+ style="@style/IMTbleLine_UP_Me"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/friend_text"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:drawableLeft="@drawable/icon_uu_circle"
|
|
|
+ android:drawablePadding="10dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="朋友圈"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_friend_login"
|
|
|
+ style="@style/IMTbleLine_TextValue"
|
|
|
+ android:layout_toLeftOf="@+id/friend_arrow_img"
|
|
|
+ android:layout_toRightOf="@+id/friend_text"
|
|
|
+ android:text="未登录"
|
|
|
+ android:textColor="@color/text_hine"
|
|
|
+ android:textSize="@dimen/text_hine"
|
|
|
+ android:visibility="gone"/>
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/friend_arrow_img"
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:alpha="0.26"
|
|
|
+ android:background="@drawable/set_list_next"
|
|
|
+ android:contentDescription="@string/app_name"
|
|
|
+ android:visibility="gone"/>
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|
|
|
android:background="@color/item_line" />
|
|
|
+
|
|
|
<!--公司-->
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/rl_company_change"
|
|
|
@@ -212,7 +235,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/my_company"
|
|
|
+ android:drawableLeft="@drawable/icon_uu_company"
|
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/change_company"
|
|
|
@@ -253,7 +276,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/zhang_dao"
|
|
|
+ android:drawableLeft="@drawable/icon_uu_master"
|
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/change_master"
|
|
|
@@ -285,6 +308,7 @@
|
|
|
android:background="@color/item_line" />
|
|
|
|
|
|
<RelativeLayout
|
|
|
+ android:visibility="gone"
|
|
|
android:id="@+id/app_scan_code_rl"
|
|
|
style="@style/IMTbleLine_UP_Me">
|
|
|
|
|
|
@@ -296,7 +320,7 @@
|
|
|
android:drawableLeft="@drawable/ic_scan_code_icon"
|
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
|
- android:text="App二维码"
|
|
|
+ android:text="二维码"
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
|
|
|
@@ -322,11 +346,49 @@
|
|
|
android:visibility="gone"/>
|
|
|
</RelativeLayout>
|
|
|
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/app_drafts_rl"
|
|
|
+
|
|
|
+ style="@style/IMTbleLine_UP_Me">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/drafts_text"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:drawableLeft="@drawable/icon_uu_draft"
|
|
|
+ android:drawablePadding="10dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="草稿箱"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_drafts_login"
|
|
|
+ style="@style/IMTbleLine_TextValue"
|
|
|
+ android:layout_toLeftOf="@+id/drafts_arrow_img"
|
|
|
+ android:layout_toRightOf="@+id/drafts_text"
|
|
|
+ android:text="未登录"
|
|
|
+ android:textColor="@color/text_hine"
|
|
|
+ android:textSize="@dimen/text_hine"
|
|
|
+ android:visibility="gone"/>
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/drafts_arrow_img"
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:alpha="0.26"
|
|
|
+ android:background="@drawable/set_list_next"
|
|
|
+ android:contentDescription="@string/app_name"
|
|
|
+ android:visibility="gone"/>
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|
|
|
android:background="@color/item_line" />
|
|
|
-
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/my_b2b_rl"
|
|
|
style="@style/IMTbleLine_UP_Me"
|
|
|
@@ -338,7 +400,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/btob"
|
|
|
+
|
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/my_b2b"
|
|
|
@@ -366,16 +428,6 @@
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp" />
|
|
|
-
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line" />
|
|
|
-
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/setting_rl"
|
|
|
style="@style/IMTbleLine_UP_Me"
|
|
|
@@ -385,7 +437,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/title_set"
|
|
|
+ android:drawableLeft="@drawable/icon_uu_setting"
|
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/setting"
|