| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/bg_main">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <RelativeLayout
- android:id="@+id/my_data_rl"
- style="@style/IMTbleLine">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:drawableLeft="@drawable/set_resume_u"
- android:drawablePadding="10dp"
- android:gravity="center"
- android:text="我的关注"
- android:textColor="@color/text_main"
- android:textSize="14sp" />
- <ImageView
- 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" />
- </RelativeLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="@dimen/line"
- android:background="@color/item_line" />
- <View
- android:layout_width="match_parent"
- android:layout_height="@dimen/line"
- android:layout_marginTop="7dp"
- android:background="@color/item_line" />
- <RelativeLayout
- android:id="@+id/my_friend_rl"
- style="@style/IMTbleLine">
- <TextView
- android:id="@+id/tv_zone"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:drawableLeft="@drawable/set_fans_u"
- android:drawablePadding="10dp"
- android:gravity="center"
- android:text="我的朋友圈"
- android:textColor="@color/text_main"
- android:textSize="14sp" />
- <ImageView
- android:id="@+id/iv_remain"
- android:layout_width="15dp"
- android:layout_height="15dp"
- android:layout_centerVertical="true"
- android:layout_toRightOf="@+id/tv_zone"
- android:src="@drawable/tab_unread_bg"
- android:visibility="gone" />
- <ImageView
- 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" />
- </RelativeLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="@dimen/line"
- android:background="@color/item_line" />
- <View
- android:layout_width="match_parent"
- android:layout_height="@dimen/line"
- android:layout_marginTop="7dp"
- android:background="@color/item_line" />
- <RelativeLayout
- android:id="@+id/rl_uas_sys"
- style="@style/IMTbleLine">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:drawableLeft="@drawable/set_video_u"
- android:drawablePadding="10dp"
- android:gravity="center"
- android:text="我的OA"
- android:textColor="@color/text_main"
- android:textSize="14sp" />
- <ImageView
- 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" />
- </RelativeLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="@dimen/line"
- android:background="@color/item_line" />
- <View
- android:layout_width="match_parent"
- android:layout_height="@dimen/line"
- android:background="@color/item_line" />
- <RelativeLayout
- android:id="@+id/my_client_rl"
- style="@style/IMTbleLine">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:drawableLeft="@drawable/title_set_u"
- android:drawablePadding="10dp"
- android:gravity="center"
- android:text="我的客户"
- android:textColor="@color/text_main"
- android:textSize="14sp" />
- <ImageView
- 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" />
- </RelativeLayout>
- <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">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:drawableLeft="@drawable/my_shangwu"
- android:drawablePadding="10dp"
- android:gravity="center"
- android:text="我的商务"
- android:textColor="@color/text_main"
- android:textSize="14sp" />
- <ImageView
- 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" />
- </RelativeLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="@dimen/line"
- android:layout_marginTop="7dp"
- android:background="@color/item_line" />
- <RelativeLayout
- android:id="@+id/goods_find"
- style="@style/IMTbleLine">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:drawableLeft="@drawable/f_u"
- android:drawablePadding="10dp"
- android:gravity="center"
- android:text="商品查询"
- android:textColor="@color/text_main"
- android:textSize="14sp" />
- <ImageView
- 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" />
- </RelativeLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="@dimen/line"
- android:background="@color/item_line" />
- </LinearLayout>
- </ScrollView>
|