|
@@ -1,7 +1,7 @@
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:background="@drawable/bg_main">
|
|
|
|
|
|
|
+ android:background="#ebe9e9">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -10,7 +10,8 @@
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:id="@+id/info_rl"
|
|
android:id="@+id/info_rl"
|
|
|
- style="@style/IMTbleLine_UP_">
|
|
|
|
|
|
|
+ style="@style/IMTbleLine_UP_"
|
|
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg">
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:id="@+id/avatar_img"
|
|
android:id="@+id/avatar_img"
|
|
@@ -58,7 +59,7 @@
|
|
|
android:layout_height="@dimen/next_height"
|
|
android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
-
|
|
|
|
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
android:background="@drawable/oa_next"
|
|
android:background="@drawable/oa_next"
|
|
|
android:contentDescription="@string/app_name" />
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
@@ -192,11 +193,14 @@
|
|
|
<View
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|
|
android:layout_height="@dimen/line"
|
|
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:background="@color/item_line" />
|
|
android:background="@color/item_line" />
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:id="@+id/my_friend_rl"
|
|
android:id="@+id/my_friend_rl"
|
|
|
- style="@style/IMTbleLine">
|
|
|
|
|
|
|
+ style="@style/IMTbleLine"
|
|
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_zone"
|
|
android:id="@+id/tv_zone"
|
|
@@ -224,7 +228,7 @@
|
|
|
android:layout_height="@dimen/next_height"
|
|
android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
-
|
|
|
|
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
android:background="@drawable/oa_next"
|
|
android:background="@drawable/oa_next"
|
|
|
android:contentDescription="@string/app_name" />
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
@@ -238,12 +242,15 @@
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|
|
android:layout_height="@dimen/line"
|
|
|
android:layout_marginTop="7dp"
|
|
android:layout_marginTop="7dp"
|
|
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:background="@color/item_line" />
|
|
android:background="@color/item_line" />
|
|
|
<!--公司-->
|
|
<!--公司-->
|
|
|
<!--账套-->
|
|
<!--账套-->
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:id="@+id/rl_company_change"
|
|
android:id="@+id/rl_company_change"
|
|
|
- style="@style/IMTbleLine_UP_Me">
|
|
|
|
|
|
|
+ style="@style/IMTbleLine_UP_Me"
|
|
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/company_text"
|
|
android:id="@+id/company_text"
|
|
@@ -271,17 +278,20 @@
|
|
|
android:layout_height="@dimen/next_height"
|
|
android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
-
|
|
|
|
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
android:background="@drawable/oa_next"
|
|
android:background="@drawable/oa_next"
|
|
|
android:contentDescription="@string/app_name" />
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
<View
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|
|
android:layout_height="@dimen/line"
|
|
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:background="@color/item_line" />
|
|
android:background="@color/item_line" />
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:id="@+id/rl_master_change"
|
|
android:id="@+id/rl_master_change"
|
|
|
- style="@style/IMTbleLine_UP_Me">
|
|
|
|
|
|
|
+ style="@style/IMTbleLine_UP_Me"
|
|
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/master_text"
|
|
android:id="@+id/master_text"
|
|
@@ -309,7 +319,7 @@
|
|
|
android:layout_height="@dimen/next_height"
|
|
android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
-
|
|
|
|
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
android:background="@drawable/oa_next"
|
|
android:background="@drawable/oa_next"
|
|
|
android:contentDescription="@string/app_name" />
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
@@ -317,11 +327,14 @@
|
|
|
<View
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|
|
android:layout_height="@dimen/line"
|
|
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:background="@color/item_line" />
|
|
android:background="@color/item_line" />
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:id="@+id/app_scan_code_rl"
|
|
android:id="@+id/app_scan_code_rl"
|
|
|
style="@style/IMTbleLine_UP_Me"
|
|
style="@style/IMTbleLine_UP_Me"
|
|
|
|
|
+ android:background="#faf9f9"
|
|
|
android:visibility="gone">
|
|
android:visibility="gone">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -360,7 +373,7 @@
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:id="@+id/app_drafts_rl"
|
|
android:id="@+id/app_drafts_rl"
|
|
|
-
|
|
|
|
|
|
|
+ android:background="#faf9f9"
|
|
|
style="@style/IMTbleLine_UP_Me"
|
|
style="@style/IMTbleLine_UP_Me"
|
|
|
android:visibility="gone">
|
|
android:visibility="gone">
|
|
|
|
|
|
|
@@ -404,6 +417,7 @@
|
|
|
android:id="@+id/my_b2b_rl"
|
|
android:id="@+id/my_b2b_rl"
|
|
|
style="@style/IMTbleLine_UP_Me"
|
|
style="@style/IMTbleLine_UP_Me"
|
|
|
android:layout_marginTop="7dp"
|
|
android:layout_marginTop="7dp"
|
|
|
|
|
+ android:background="#faf9f9"
|
|
|
android:visibility="gone">
|
|
android:visibility="gone">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -442,7 +456,8 @@
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:id="@+id/setting_rl"
|
|
android:id="@+id/setting_rl"
|
|
|
style="@style/IMTbleLine_UP_Me"
|
|
style="@style/IMTbleLine_UP_Me"
|
|
|
- android:layout_marginTop="7dp">
|
|
|
|
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
@@ -460,7 +475,7 @@
|
|
|
android:layout_height="@dimen/next_height"
|
|
android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
-
|
|
|
|
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
android:background="@drawable/oa_next"
|
|
android:background="@drawable/oa_next"
|
|
|
android:contentDescription="@string/app_name" />
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
@@ -468,6 +483,8 @@
|
|
|
<View
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|
|
android:layout_height="@dimen/line"
|
|
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:background="@color/item_line" />
|
|
android:background="@color/item_line" />
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|