|
|
@@ -11,13 +11,12 @@
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/info_rl"
|
|
|
- style="@style/IMTbleLine_UP_Me"
|
|
|
- android:layout_height="65dp">
|
|
|
+ style="@style/IMTbleLine_UP_">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/avatar_img"
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="50dp"
|
|
|
+ android:layout_width="60dp"
|
|
|
+ android:layout_height="60dp"
|
|
|
android:layout_alignParentLeft="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:contentDescription="@string/app_name"
|
|
|
@@ -41,7 +40,7 @@
|
|
|
android:layout_toLeftOf="@+id/phone_number_tv"
|
|
|
android:singleLine="true"
|
|
|
android:textColor="@color/text_main"
|
|
|
- android:textSize="@dimen/BigTextSize" />
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/phone_number_tv"
|
|
|
@@ -51,7 +50,7 @@
|
|
|
android:layout_centerVertical="true"
|
|
|
android:singleLine="true"
|
|
|
android:textColor="@color/text_hine"
|
|
|
- android:textSize="@dimen/SmallerTextSize" />
|
|
|
+ android:textSize="@dimen/text_hine" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<ImageView
|
|
|
@@ -64,11 +63,14 @@
|
|
|
android:contentDescription="@string/app_name"
|
|
|
android:visibility="invisible" />
|
|
|
</RelativeLayout>
|
|
|
-
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/my_data_rl"
|
|
|
style="@style/IMTbleLine_UP_Me"
|
|
|
- android:layout_marginTop="7dp">
|
|
|
+ >
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -79,7 +81,7 @@
|
|
|
android:gravity="center"
|
|
|
android:text="@string/my_data"
|
|
|
android:textColor="@color/text_main"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/next_width"
|
|
|
@@ -91,10 +93,14 @@
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/my_friend_rl"
|
|
|
- style="@style/IMTbleLine_UP_Me"
|
|
|
- android:layout_marginTop="2dp">
|
|
|
+ style="@style/IMTbleLine_UP_Me">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -105,7 +111,7 @@
|
|
|
android:gravity="center"
|
|
|
android:text="@string/my_friend"
|
|
|
android:textColor="@color/text_main"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/next_width"
|
|
|
@@ -117,10 +123,14 @@
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/my_space_rl"
|
|
|
- style="@style/IMTbleLine_UP_Me"
|
|
|
- android:layout_marginTop="2dp">
|
|
|
+ style="@style/IMTbleLine_UP_Me">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -131,7 +141,7 @@
|
|
|
android:gravity="center"
|
|
|
android:text="@string/my_space"
|
|
|
android:textColor="@color/text_main"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/next_width"
|
|
|
@@ -143,10 +153,14 @@
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/local_video_rl"
|
|
|
- style="@style/IMTbleLine_UP_Me"
|
|
|
- android:layout_marginTop="2dp">
|
|
|
+ style="@style/IMTbleLine_UP_Me">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -157,7 +171,7 @@
|
|
|
android:gravity="center"
|
|
|
android:text="@string/local_video"
|
|
|
android:textColor="@color/text_main"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/next_width"
|
|
|
@@ -169,6 +183,10 @@
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
<!--公司-->
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/rl_company_change"
|
|
|
@@ -185,14 +203,15 @@
|
|
|
android:gravity="center"
|
|
|
android:text="@string/change_company"
|
|
|
android:textColor="@color/text_main"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
|
|
|
<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/text_hine" />
|
|
|
+ android:textColor="@color/text_hine"
|
|
|
+ android:textSize="@dimen/text_hine" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/company_arrow_img"
|
|
|
@@ -205,12 +224,15 @@
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
|
|
|
<!--账套-->
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/rl_master_change"
|
|
|
- style="@style/IMTbleLine_UP_Me"
|
|
|
- android:layout_marginTop="2dp">
|
|
|
+ style="@style/IMTbleLine_UP_Me">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/master_text"
|
|
|
@@ -222,14 +244,15 @@
|
|
|
android:gravity="center"
|
|
|
android:text="@string/change_master"
|
|
|
android:textColor="@color/text_main"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
|
|
|
<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" />
|
|
|
+ android:textColor="@color/text_hine"
|
|
|
+ android:textSize="@dimen/text_hine" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/master_arrow_img"
|
|
|
@@ -242,11 +265,14 @@
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/my_erp_rl"
|
|
|
- style="@style/IMTbleLine_UP_Me"
|
|
|
- android:layout_marginTop="2dp">
|
|
|
+ style="@style/IMTbleLine_UP_Me">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/uas_text"
|
|
|
@@ -258,7 +284,7 @@
|
|
|
android:gravity="center"
|
|
|
android:text="@string/my_uas"
|
|
|
android:textColor="@color/text_main"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_uas_login"
|
|
|
@@ -267,7 +293,7 @@
|
|
|
android:layout_toRightOf="@+id/uas_text"
|
|
|
android:text="未登录"
|
|
|
android:textColor="@color/text_hine"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="@dimen/text_hine" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/uas_arrow_img"
|
|
|
@@ -280,6 +306,10 @@
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/my_b2b_rl"
|
|
|
@@ -296,7 +326,7 @@
|
|
|
android:gravity="center"
|
|
|
android:text="@string/my_b2b"
|
|
|
android:textColor="@color/text_main"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_b2b_login"
|
|
|
@@ -305,7 +335,7 @@
|
|
|
android:layout_toRightOf="@+id/b2b_text"
|
|
|
android:text="未登录"
|
|
|
android:textColor="@color/text_hine"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="@dimen/text_hine" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/b2b_arrow_img"
|
|
|
@@ -326,8 +356,8 @@
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp" />
|
|
|
-
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/setting_rl"
|
|
|
@@ -343,7 +373,7 @@
|
|
|
android:gravity="center"
|
|
|
android:text="@string/setting"
|
|
|
android:textColor="@color/text_main"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/next_width"
|
|
|
@@ -354,6 +384,11 @@
|
|
|
android:background="@drawable/set_list_next"
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
</ScrollView>
|