|
@@ -3,161 +3,241 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:background="@color/normal_bg"
|
|
|
+ android:background="#EAEAEA"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<include layout="@layout/a_view_actionbar" />
|
|
|
|
|
|
- <ScrollView
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_weight="1">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_marginEnd="8dp"
|
|
|
+ android:background="@drawable/shape_bg_white_radius_12"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:paddingTop="22dp"
|
|
|
+ android:paddingBottom="22dp"
|
|
|
+ android:weightSum="4">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:id="@+id/ll_my_monry"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/my_monry"
|
|
|
- style="@style/IMTbleLine_UP"
|
|
|
- android:background="@color/white"
|
|
|
- android:visibility="visible">
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:src="@drawable/icon_friend_circle" />
|
|
|
|
|
|
- <com.liaobo.im.view.LightImageView
|
|
|
- android:layout_width="21dp"
|
|
|
- android:layout_height="21dp"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:src="@drawable/icon_friend_circle"
|
|
|
- app:srcLight="@drawable/icon_friend_circle" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:text="@string/moments"
|
|
|
+ android:textColor="@color/gray"
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
- <TextView
|
|
|
- style="@style/IMTbleLine_TextName"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:text="@string/moments" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <ImageView
|
|
|
- style="@style/IMTbleLine_ArrowImg.Me"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/me_chevron_right"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_my_space"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/my_space_rl"
|
|
|
- style="@style/IMTbleLine_UP"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:background="@color/white"
|
|
|
- android:visibility="visible">
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:src="@drawable/my_set_speace" />
|
|
|
|
|
|
- <ImageView
|
|
|
- style="@style/IMTbleLine_ArrowImg.Me"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/me_chevron_right"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:text="@string/dynamic_square"
|
|
|
+ android:textColor="@color/gray"
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
- <com.liaobo.im.view.LightImageView
|
|
|
- android:layout_width="21dp"
|
|
|
- android:layout_height="21dp"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:src="@drawable/my_set_speace"
|
|
|
- app:srcLight="@drawable/my_set_speace_light" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/MySky"
|
|
|
- style="@style/IMTbleLine_TextName"
|
|
|
- android:text="@string/dynamic_square" />
|
|
|
- </RelativeLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_my_collection"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/my_collection_rl"
|
|
|
- style="@style/IMTbleLine_UP"
|
|
|
- android:background="@color/white">
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:src="@drawable/icon_yaoyy" />
|
|
|
|
|
|
- <com.liaobo.im.view.LightImageView
|
|
|
- android:layout_width="21dp"
|
|
|
- android:layout_height="21dp"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:src="@drawable/icon_yaoyy"
|
|
|
- app:srcLight="@drawable/icon_yaoyy" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:text="@string/friend_invite"
|
|
|
+ android:textColor="@color/gray"
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/my_collection_tv"
|
|
|
- style="@style/IMTbleLine_TextName"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:text="@string/invite_wx_friends" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <ImageView
|
|
|
- style="@style/IMTbleLine_ArrowImg.Me"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/me_chevron_right"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_scanning"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/scanning"
|
|
|
- style="@style/IMTbleLine_UP"
|
|
|
- android:background="@drawable/list_selector_background_ripple">
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:src="@drawable/messaeg_scnning" />
|
|
|
|
|
|
- <android.support.v7.widget.AppCompatImageView
|
|
|
- android:layout_width="18dp"
|
|
|
- android:layout_height="18dp"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:src="@drawable/messaeg_scnning" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:text="@string/scanning"
|
|
|
+ android:textColor="@color/gray"
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
- <TextView
|
|
|
- style="@style/IMTbleLine_TextName"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:text="@string/scanning" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <ImageView
|
|
|
- style="@style/IMTbleLine_ArrowImg.Me"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/me_chevron_right"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/label_rl"
|
|
|
- style="@style/IMTbleLine_UP"
|
|
|
- android:background="@color/white">
|
|
|
|
|
|
- <com.liaobo.im.view.CircleImageView
|
|
|
- android:id="@+id/label"
|
|
|
- android:layout_width="21dp"
|
|
|
- android:layout_height="21dp"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:src="@drawable/label" />
|
|
|
|
|
|
- <TextView
|
|
|
- style="@style/IMTbleLine_TextName"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:text="@string/tag" />
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_marginEnd="8dp"
|
|
|
+ android:paddingTop="12dp"
|
|
|
+ android:paddingBottom="12dp"
|
|
|
+ android:background="@drawable/shape_bg_white_radius_12"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/colleague_rl"
|
|
|
+ style="@style/IMTbleLine_UP"
|
|
|
+ android:background="@color/white">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/colleague_iv"
|
|
|
+ android:layout_width="32dp"
|
|
|
+ android:layout_height="32dp"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/im_colleague" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/IMTbleLine_TextName"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="@string/my_colleague" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ style="@style/IMTbleLine_ArrowImg.Me"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/me_chevron_right"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+ </RelativeLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:background="#fafafa"
|
|
|
+ android:layout_height="1px"/>
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/label_rl"
|
|
|
+ style="@style/IMTbleLine_UP"
|
|
|
+ android:background="@color/white">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/label"
|
|
|
+ android:layout_width="32dp"
|
|
|
+ android:layout_height="32dp"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/label" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/IMTbleLine_TextName"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="@string/tag" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ style="@style/IMTbleLine_ArrowImg.Me"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/me_chevron_right"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:background="#fafafa"
|
|
|
+ android:layout_height="1px"/>
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/notice_rl"
|
|
|
+ style="@style/IMTbleLine_UP"
|
|
|
+ android:background="@color/white">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/notice_number"
|
|
|
+ android:layout_width="32dp"
|
|
|
+ android:layout_height="32dp"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/ic_notice" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/IMTbleLine_TextName"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="@string/service_number" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ style="@style/IMTbleLine_ArrowImg.Me"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/me_chevron_right"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_more"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
<RelativeLayout
|
|
|
- android:id="@+id/colleague_rl"
|
|
|
+ android:id="@+id/meeting_rl"
|
|
|
style="@style/IMTbleLine_UP"
|
|
|
- android:background="@color/white">
|
|
|
+ android:background="@color/white"
|
|
|
+ android:visibility="visible">
|
|
|
|
|
|
- <com.liaobo.im.view.CircleImageView
|
|
|
- android:id="@+id/colleague_iv"
|
|
|
+ <com.liaobo.im.view.LightImageView
|
|
|
android:layout_width="21dp"
|
|
|
android:layout_height="21dp"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:src="@drawable/im_colleague" />
|
|
|
+ android:src="@drawable/my_meeting"
|
|
|
+ app:srcLight="@drawable/my_meeting_light" />
|
|
|
|
|
|
<TextView
|
|
|
style="@style/IMTbleLine_TextName"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:text="@string/my_colleague" />
|
|
|
+ android:text="@string/chat_video_conference" />
|
|
|
|
|
|
<ImageView
|
|
|
style="@style/IMTbleLine_ArrowImg.Me"
|
|
@@ -168,21 +248,23 @@
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
- android:id="@+id/notice_rl"
|
|
|
+ android:id="@+id/live_rl"
|
|
|
style="@style/IMTbleLine_UP"
|
|
|
- android:background="@color/white">
|
|
|
+ android:background="@color/white"
|
|
|
+ android:visibility="visible">
|
|
|
|
|
|
- <com.liaobo.im.view.CircleImageView
|
|
|
- android:id="@+id/notice_number"
|
|
|
+ <com.liaobo.im.view.LightImageView
|
|
|
android:layout_width="21dp"
|
|
|
android:layout_height="21dp"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:src="@drawable/ic_notice" />
|
|
|
+ android:src="@drawable/my_live"
|
|
|
+ app:srcLight="@drawable/my_live_light" />
|
|
|
|
|
|
<TextView
|
|
|
style="@style/IMTbleLine_TextName"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:text="@string/service_number" />
|
|
|
+ android:text="@string/live_demo" />
|
|
|
|
|
|
<ImageView
|
|
|
style="@style/IMTbleLine_ArrowImg.Me"
|
|
@@ -193,24 +275,23 @@
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
- android:id="@+id/my_sign_rl"
|
|
|
- style="@style/IMTbleLine_UP"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:background="@color/white">
|
|
|
+ android:id="@+id/douyin_rl"
|
|
|
+ style="@style/IMTbleLine"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
<com.liaobo.im.view.LightImageView
|
|
|
android:layout_width="21dp"
|
|
|
android:layout_height="21dp"
|
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:src="@drawable/nearby_person"
|
|
|
- app:srcLight="@drawable/nearby_person" />
|
|
|
+ android:src="@drawable/my_douyin"
|
|
|
+ app:srcLight="@drawable/my_douyin_light" />
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/my_sign_tv"
|
|
|
style="@style/IMTbleLine_TextName"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:text="@string/near_person" />
|
|
|
+ android:text="@string/douyin" />
|
|
|
|
|
|
<ImageView
|
|
|
style="@style/IMTbleLine_ArrowImg.Me"
|
|
@@ -219,96 +300,45 @@
|
|
|
android:background="@drawable/me_chevron_right"
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_more"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:orientation="vertical"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/meeting_rl"
|
|
|
- style="@style/IMTbleLine_UP"
|
|
|
- android:background="@color/white"
|
|
|
- android:visibility="visible">
|
|
|
-
|
|
|
- <com.liaobo.im.view.LightImageView
|
|
|
- android:layout_width="21dp"
|
|
|
- android:layout_height="21dp"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:src="@drawable/my_meeting"
|
|
|
- app:srcLight="@drawable/my_meeting_light" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/IMTbleLine_TextName"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:text="@string/chat_video_conference" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- style="@style/IMTbleLine_ArrowImg.Me"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/me_chevron_right"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/live_rl"
|
|
|
- style="@style/IMTbleLine_UP"
|
|
|
- android:background="@color/white"
|
|
|
- android:visibility="visible">
|
|
|
-
|
|
|
- <com.liaobo.im.view.LightImageView
|
|
|
- android:layout_width="21dp"
|
|
|
- android:layout_height="21dp"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:src="@drawable/my_live"
|
|
|
- app:srcLight="@drawable/my_live_light" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/IMTbleLine_TextName"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:text="@string/live_demo" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- style="@style/IMTbleLine_ArrowImg.Me"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/me_chevron_right"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/douyin_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:background="@color/white"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
- <com.liaobo.im.view.LightImageView
|
|
|
- android:layout_width="21dp"
|
|
|
- android:layout_height="21dp"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:src="@drawable/my_douyin"
|
|
|
- app:srcLight="@drawable/my_douyin_light" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/IMTbleLine_TextName"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:text="@string/douyin" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- style="@style/IMTbleLine_ArrowImg.Me"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/me_chevron_right"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
- </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
- </ScrollView>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_marginEnd="8dp"
|
|
|
+ android:paddingTop="12dp"
|
|
|
+ android:paddingBottom="12dp"
|
|
|
+ android:background="@drawable/shape_bg_white_radius_12"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical">
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/my_sign_rl"
|
|
|
+ style="@style/IMTbleLine_UP"
|
|
|
+
|
|
|
+ android:background="@color/white">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="32dp"
|
|
|
+ android:layout_height="32dp"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/nearby_person"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/my_sign_tv"
|
|
|
+ style="@style/IMTbleLine_TextName"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="@string/near_person" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ style="@style/IMTbleLine_ArrowImg.Me"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/me_chevron_right"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
</LinearLayout>
|