|
|
@@ -1,282 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?><!--android:padding="9dp"-->
|
|
|
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- android:id="@+id/linear_top_menu"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/seach_top"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="48dp"
|
|
|
- android:background="@drawable/bg_bar"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:paddingBottom="5dp"
|
|
|
- android:paddingLeft="15dp"
|
|
|
- android:paddingRight="15dp"
|
|
|
- android:paddingTop="5dp">
|
|
|
-
|
|
|
- <com.xzjmyk.pm.activity.view.ClearEditText
|
|
|
- android:id="@+id/search_edit"
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="fill_parent"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:background="@drawable/search_input"
|
|
|
- android:drawableLeft="@drawable/search"
|
|
|
- android:drawableRight="@drawable/search_clear"
|
|
|
- android:hint="@string/search"
|
|
|
- android:textColor="@color/dark_grey"
|
|
|
- android:textColorHint="@color/grey"
|
|
|
- android:textSize="15sp" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/my_data_rl"
|
|
|
- style="@style/IMTbleLine_UP">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/avatar_img1"
|
|
|
- android:layout_width="38dp"
|
|
|
- android:layout_height="38dp"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:contentDescription="@string/app_name"
|
|
|
- android:src="@drawable/qiyetongxunlu" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="12dp"
|
|
|
- android:layout_toRightOf="@+id/avatar_img1"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="企业架构"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name"
|
|
|
- android:visibility="gone" />
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:background="@color/item_line" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/my_friends_rl"
|
|
|
- style="@style/IMTbleLine_UP"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/friend"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="我的好友"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name"
|
|
|
- android:visibility="gone" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/my_friend_manage"
|
|
|
- style="@style/IMTbleLine_UP">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/avatar_img_manage"
|
|
|
- android:layout_width="38dp"
|
|
|
- android:layout_height="38dp"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:contentDescription="@string/app_name"
|
|
|
- android:src="@drawable/icon_manage" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="12dp"
|
|
|
- android:layout_toRightOf="@+id/avatar_img_manage"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="管理群"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name"
|
|
|
- android:visibility="gone" />
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:background="@color/item_line" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/my_friend_rl"
|
|
|
- style="@style/IMTbleLine_UP">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/avatar_img"
|
|
|
- android:layout_width="38dp"
|
|
|
- android:layout_height="38dp"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:contentDescription="@string/app_name"
|
|
|
- android:src="@drawable/qunliao" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="12dp"
|
|
|
- android:layout_toRightOf="@+id/avatar_img"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="商务群"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name"
|
|
|
- android:visibility="gone" />
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:background="@color/item_line" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/my_tingyue_rl"
|
|
|
- style="@style/IMTbleLine_UP"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/tingyue_avatar_img"
|
|
|
- android:layout_width="38dp"
|
|
|
- android:layout_height="38dp"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:contentDescription="@string/app_name"
|
|
|
- android:src="@drawable/tingyue" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="12dp"
|
|
|
- android:layout_toRightOf="@+id/tingyue_avatar_img"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="订阅号"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name"
|
|
|
- android:visibility="gone" />
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:background="@color/item_line" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/local_video_rl"
|
|
|
- style="@style/IMTbleLine_UP"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/tingyue"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="商务伙伴"
|
|
|
- android:textColor="@color/text_main"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name"
|
|
|
- android:visibility="gone" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/setting_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:layout_marginTop="9dp"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
-
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="常用联系人"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name"
|
|
|
- />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
-
|
|
|
-</LinearLayout>
|
|
|
-
|