|
|
@@ -7,8 +7,7 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- >
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/info_rl"
|
|
|
@@ -66,176 +65,135 @@
|
|
|
android:visibility="invisible" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
- <!--公司-->
|
|
|
<RelativeLayout
|
|
|
- android:id="@+id/rl_company_change"
|
|
|
+ android:id="@+id/my_data_rl"
|
|
|
style="@style/IMTbleLine_UP_Me"
|
|
|
android:layout_marginTop="9dp">
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/company_text"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/my_company"
|
|
|
+ android:drawableLeft="@drawable/my_inf"
|
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
|
- android:text="@string/change_company"
|
|
|
- android:textColor="@color/white"
|
|
|
+ android:text="@string/my_data"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/company_tv"
|
|
|
- style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/company_arrow_img"
|
|
|
- android:layout_toRightOf="@+id/company_text"
|
|
|
- android:textColor="@color/wirtehine" />
|
|
|
-
|
|
|
<ImageView
|
|
|
- android:id="@+id/company_arrow_img"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:background="@drawable/set_list_next"
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp" />
|
|
|
- <!--账套-->
|
|
|
<RelativeLayout
|
|
|
- android:id="@+id/rl_master_change"
|
|
|
- style="@style/IMTbleLine_UP">
|
|
|
+ android:id="@+id/my_friend_rl"
|
|
|
+ style="@style/IMTbleLine_UP_Me"
|
|
|
+ android:layout_marginTop="2dp">
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/master_text"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/my_inf"
|
|
|
+ android:drawableLeft="@drawable/my_friend"
|
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
|
- android:text="@string/change_master"
|
|
|
- android:textColor="@color/white"
|
|
|
+ android:text="@string/my_friend"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/master_tv"
|
|
|
- style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/master_arrow_img"
|
|
|
- android:layout_toRightOf="@+id/master_text"
|
|
|
- android:textColor="@color/wirtehine" />
|
|
|
-
|
|
|
<ImageView
|
|
|
- android:id="@+id/master_arrow_img"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:background="@drawable/set_list_next"
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp" />
|
|
|
-
|
|
|
<RelativeLayout
|
|
|
- android:id="@+id/my_data_rl"
|
|
|
- style="@style/IMTbleLine_UP_Me">
|
|
|
+ android:id="@+id/my_space_rl"
|
|
|
+ style="@style/IMTbleLine_UP_Me"
|
|
|
+ android:layout_marginTop="2dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/my_inf"
|
|
|
+ android:drawableLeft="@drawable/set_fans_u"
|
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
|
- android:text="@string/my_data"
|
|
|
- android:textColor="@color/white"
|
|
|
+ android:text="@string/my_space"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:background="@drawable/set_list_next"
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
-
|
|
|
<RelativeLayout
|
|
|
- android:id="@+id/my_erp_rl"
|
|
|
+ android:id="@+id/local_video_rl"
|
|
|
style="@style/IMTbleLine_UP_Me"
|
|
|
- android:layout_marginTop="9dp">
|
|
|
+ android:layout_marginTop="2dp">
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/uas_text"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/set_resume"
|
|
|
+ android:drawableLeft="@drawable/my_video"
|
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
|
- android:text="@string/my_uas"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_uas_login"
|
|
|
- style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/uas_arrow_img"
|
|
|
- android:layout_toRightOf="@+id/uas_text"
|
|
|
- android:text="未登录"
|
|
|
- android:textColor="@color/wirtehine"
|
|
|
+ android:text="@string/local_video"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
<ImageView
|
|
|
- android:id="@+id/uas_arrow_img"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:background="@drawable/set_list_next"
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp" />
|
|
|
-
|
|
|
+ <!--公司-->
|
|
|
<RelativeLayout
|
|
|
- android:id="@+id/my_b2b_rl"
|
|
|
- style="@style/IMTbleLine_UP">
|
|
|
+ android:id="@+id/rl_company_change"
|
|
|
+ style="@style/IMTbleLine_UP_Me"
|
|
|
+ android:layout_marginTop="9dp">
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/b2b_text"
|
|
|
+ android:id="@+id/company_text"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/set_resume"
|
|
|
+ android:drawableLeft="@drawable/my_company"
|
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
|
- android:text="@string/my_b2b"
|
|
|
- android:textColor="@color/white"
|
|
|
+ android:text="@string/change_company"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/tv_b2b_login"
|
|
|
+ android:id="@+id/company_tv"
|
|
|
style="@style/IMTbleLine_TextValue"
|
|
|
- android:layout_toLeftOf="@+id/b2b_arrow_img"
|
|
|
- android:layout_toRightOf="@+id/b2b_text"
|
|
|
- android:text="未登录"
|
|
|
- android:textColor="@color/wirtehine"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:layout_toLeftOf="@+id/company_arrow_img"
|
|
|
+ android:layout_toRightOf="@+id/company_text"
|
|
|
+ android:textColor="@color/text_hine" />
|
|
|
|
|
|
<ImageView
|
|
|
- android:id="@+id/b2b_arrow_img"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:id="@+id/company_arrow_img"
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:background="@drawable/set_list_next"
|
|
|
@@ -243,87 +201,126 @@
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
+ <!--账套-->
|
|
|
<RelativeLayout
|
|
|
- android:id="@+id/my_friend_rl"
|
|
|
+ android:id="@+id/rl_master_change"
|
|
|
style="@style/IMTbleLine_UP_Me"
|
|
|
- android:layout_marginTop="9dp">
|
|
|
+ android:layout_marginTop="2dp">
|
|
|
|
|
|
<TextView
|
|
|
+ android:id="@+id/master_text"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/my_friend"
|
|
|
+ android:drawableLeft="@drawable/zhang_dao"
|
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
|
- android:text="@string/my_friend"
|
|
|
- android:textColor="@color/white"
|
|
|
+ android:text="@string/change_master"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/master_tv"
|
|
|
+ style="@style/IMTbleLine_TextValue"
|
|
|
+ android:layout_toLeftOf="@+id/master_arrow_img"
|
|
|
+ android:layout_toRightOf="@+id/master_text"
|
|
|
+ android:textColor="@color/text_hine" />
|
|
|
+
|
|
|
<ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:id="@+id/master_arrow_img"
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:background="@drawable/set_list_next"
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp" />
|
|
|
|
|
|
<RelativeLayout
|
|
|
- android:id="@+id/my_space_rl"
|
|
|
- style="@style/IMTbleLine_UP">
|
|
|
+ android:id="@+id/my_erp_rl"
|
|
|
+ style="@style/IMTbleLine_UP_Me"
|
|
|
+ android:layout_marginTop="2dp">
|
|
|
|
|
|
<TextView
|
|
|
+ android:id="@+id/uas_text"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/set_fans_u"
|
|
|
+ android:drawableLeft="@drawable/usa_zhanghu"
|
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
|
- android:text="@string/my_space"
|
|
|
- android:textColor="@color/white"
|
|
|
+ android:text="@string/my_uas"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_uas_login"
|
|
|
+ style="@style/IMTbleLine_TextValue"
|
|
|
+ android:layout_toLeftOf="@+id/uas_arrow_img"
|
|
|
+ android:layout_toRightOf="@+id/uas_text"
|
|
|
+ android:text="未登录"
|
|
|
+ android:textColor="@color/text_hine"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:id="@+id/uas_arrow_img"
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:background="@drawable/set_list_next"
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp" />
|
|
|
|
|
|
<RelativeLayout
|
|
|
- android:id="@+id/local_video_rl"
|
|
|
- style="@style/IMTbleLine_UP_Me">
|
|
|
+ android:id="@+id/my_b2b_rl"
|
|
|
+ style="@style/IMTbleLine_UP_Me"
|
|
|
+ android:layout_marginTop="9dp">
|
|
|
|
|
|
<TextView
|
|
|
+ android:id="@+id/b2b_text"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/my_video"
|
|
|
+ android:drawableLeft="@drawable/btob"
|
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
|
- android:text="@string/local_video"
|
|
|
- android:textColor="@color/white"
|
|
|
+ android:text="@string/my_b2b"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_b2b_login"
|
|
|
+ style="@style/IMTbleLine_TextValue"
|
|
|
+ android:layout_toLeftOf="@+id/b2b_arrow_img"
|
|
|
+ android:layout_toRightOf="@+id/b2b_text"
|
|
|
+ android:text="未登录"
|
|
|
+ android:textColor="@color/text_hine"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:id="@+id/b2b_arrow_img"
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:background="@drawable/set_list_next"
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp" />
|
|
|
+
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp" />
|
|
|
+
|
|
|
+
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/setting_rl"
|
|
|
style="@style/IMTbleLine_UP_Me"
|
|
|
@@ -337,12 +334,12 @@
|
|
|
android:drawablePadding="10dp"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/setting"
|
|
|
- android:textColor="@color/white"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:background="@drawable/set_list_next"
|