| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408 |
- <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- 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/info_rl"
- style="@style/IMTbleLine_UP_">
- <ImageView
- 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"
- android:src="@drawable/avatar_normal_u" />
- <RelativeLayout
- android:id="@+id/simple_info_rl"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:layout_toRightOf="@+id/avatar_img">
- <TextView
- android:id="@+id/nick_name_tv"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_toLeftOf="@+id/phone_number_tv"
- android:singleLine="true"
- android:textColor="@color/text_main"
- android:textSize="@dimen/text_main" />
- <TextView
- android:id="@+id/phone_number_tv"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:singleLine="true"
- android:textColor="@color/text_hine"
- android:textSize="@dimen/text_hine" />
- </RelativeLayout>
- <ImageView
- 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"
- 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"
- style="@style/IMTbleLine_UP_Me"
- >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:drawableLeft="@drawable/my_inf"
- android:drawablePadding="10dp"
- android:gravity="center"
- android:text="@string/my_data"
- android:textColor="@color/text_main"
- android:textSize="@dimen/text_main" />
- <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:visibility="gone"
- android:background="@color/item_line" />
- <RelativeLayout
- android:id="@+id/my_friend_rl"
- android:visibility="gone"
- style="@style/IMTbleLine_UP_Me">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:drawableLeft="@drawable/my_friend"
- android:drawablePadding="10dp"
- android:gravity="center"
- android:text="@string/my_friend"
- android:textColor="@color/text_main"
- android:textSize="@dimen/text_main" />
- <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:visibility="gone"
- android:background="@color/item_line" />
- <RelativeLayout
- android:id="@+id/my_space_rl"
- android:visibility="gone"
- style="@style/IMTbleLine_UP_Me">
- <TextView
- 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="@string/my_space"
- android:textColor="@color/text_main"
- android:textSize="@dimen/text_main" />
- <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"
- android:id="@+id/imageView" />
- <LinearLayout
- android:orientation="horizontal"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_alignBottom="@+id/imageView"
- android:layout_alignParentRight="true"
- 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">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:drawableLeft="@drawable/my_video"
- android:drawablePadding="10dp"
- android:gravity="center"
- android:text="@string/local_video"
- android:textColor="@color/text_main"
- android:textSize="@dimen/text_main" />
- <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/rl_company_change"
- style="@style/IMTbleLine_UP_Me"
- android:layout_marginTop="7dp">
- <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:drawablePadding="10dp"
- android:gravity="center"
- android:text="@string/change_company"
- android:textColor="@color/text_main"
- 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:textSize="@dimen/text_hine" />
- <ImageView
- 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: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/rl_master_change"
- style="@style/IMTbleLine_UP_Me">
- <TextView
- android:id="@+id/master_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:drawableLeft="@drawable/zhang_dao"
- android:drawablePadding="10dp"
- android:gravity="center"
- android:text="@string/change_master"
- android:textColor="@color/text_main"
- 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:textSize="@dimen/text_hine" />
- <ImageView
- 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: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/my_erp_rl"
- style="@style/IMTbleLine_UP_Me">
- <TextView
- android:id="@+id/uas_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:drawableLeft="@drawable/usa_zhanghu"
- android:drawablePadding="10dp"
- android:gravity="center"
- android:text="@string/my_uas"
- android:textColor="@color/text_main"
- android:textSize="@dimen/text_main" />
- <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="@dimen/text_hine" />
- <ImageView
- 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: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/my_b2b_rl"
- style="@style/IMTbleLine_UP_Me"
- android:layout_marginTop="7dp">
- <TextView
- android:id="@+id/b2b_text"
- 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"
- android:textColor="@color/text_main"
- android:textSize="@dimen/text_main" />
- <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="@dimen/text_hine" />
- <ImageView
- 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:alpha="0.26"
- 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="@dimen/line"
- android:background="@color/item_line" />
- <RelativeLayout
- android:id="@+id/setting_rl"
- style="@style/IMTbleLine_UP_Me"
- android:layout_marginTop="7dp">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:drawableLeft="@drawable/title_set"
- android:drawablePadding="10dp"
- android:gravity="center"
- android:text="@string/setting"
- android:textColor="@color/text_main"
- android:textSize="@dimen/text_main" />
- <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>
|