|
@ -983,13 +983,13 @@
|
983
|
983
|
app:layout_constraintTop_toTopOf="parent"></TextView>
|
984
|
984
|
|
985
|
985
|
<ImageView
|
986
|
|
app:layout_constraintTop_toTopOf="parent"
|
987
|
|
app:layout_constraintRight_toRightOf="parent"
|
988
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
986
|
android:layout_width="wrap_content"
|
|
987
|
android:layout_height="wrap_content"
|
989
|
988
|
android:layout_marginRight="20dp"
|
990
|
989
|
android:src="@drawable/info_window_chat_cursor"
|
991
|
|
android:layout_width="wrap_content"
|
992
|
|
android:layout_height="wrap_content" />
|
|
990
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
991
|
app:layout_constraintRight_toRightOf="parent"
|
|
992
|
app:layout_constraintTop_toTopOf="parent" />
|
993
|
993
|
</android.support.constraint.ConstraintLayout>
|
994
|
994
|
|
995
|
995
|
<View
|
|
@ -1005,25 +1005,22 @@
|
1005
|
1005
|
android:layout_marginRight="15dp"
|
1006
|
1006
|
android:gravity="center_vertical">
|
1007
|
1007
|
|
1008
|
|
<TextView
|
1009
|
|
android:id="@+id/window_tv_zhan_name"
|
1010
|
|
android:layout_width="200dp"
|
1011
|
|
android:layout_height="wrap_content"
|
1012
|
|
android:layout_marginRight="6dp"
|
1013
|
|
android:ellipsize="end"
|
1014
|
|
android:gravity="left"
|
1015
|
|
android:singleLine="true"
|
1016
|
|
android:text=""
|
1017
|
|
android:textColor="@color/ui_62"
|
1018
|
|
android:textSize="18sp"
|
1019
|
|
tools:text="东方路希尔顿酒店充电站" />
|
1020
|
|
|
1021
|
1008
|
<LinearLayout
|
1022
|
1009
|
android:layout_width="wrap_content"
|
1023
|
|
android:layout_height="wrap_content"
|
1024
|
|
android:layout_alignParentRight="true"
|
1025
|
|
android:layout_centerVertical="true"
|
1026
|
|
android:gravity="center_vertical">
|
|
1010
|
android:layout_height="wrap_content">
|
|
1011
|
|
|
1012
|
<TextView
|
|
1013
|
android:id="@+id/window_tv_zhan_name"
|
|
1014
|
android:layout_width="200dp"
|
|
1015
|
android:layout_height="wrap_content"
|
|
1016
|
android:layout_marginRight="6dp"
|
|
1017
|
android:ellipsize="end"
|
|
1018
|
android:gravity="left"
|
|
1019
|
android:singleLine="true"
|
|
1020
|
android:text=""
|
|
1021
|
android:textColor="@color/ui_62"
|
|
1022
|
android:textSize="18sp"
|
|
1023
|
tools:text="东方路希尔顿酒店充电站" />
|
1027
|
1024
|
|
1028
|
1025
|
<ImageView
|
1029
|
1026
|
android:id="@+id/iv_red_paper_bag"
|
|
@ -1033,6 +1030,16 @@
|
1033
|
1030
|
android:visibility="gone"
|
1034
|
1031
|
tools:visibility="visible" />
|
1035
|
1032
|
|
|
1033
|
</LinearLayout>
|
|
1034
|
|
|
1035
|
|
|
1036
|
<LinearLayout
|
|
1037
|
android:layout_width="wrap_content"
|
|
1038
|
android:layout_height="wrap_content"
|
|
1039
|
android:layout_alignParentRight="true"
|
|
1040
|
android:layout_centerVertical="true"
|
|
1041
|
android:gravity="center_vertical">
|
|
1042
|
|
1036
|
1043
|
<ImageView
|
1037
|
1044
|
android:id="@+id/iv_guzhang"
|
1038
|
1045
|
android:layout_width="32dp"
|
|
@ -1189,7 +1196,7 @@
|
1189
|
1196
|
android:layout_width="wrap_content"
|
1190
|
1197
|
android:layout_height="wrap_content"
|
1191
|
1198
|
android:layout_marginLeft="15dp"
|
1192
|
|
android:layout_marginTop="15dp"
|
|
1199
|
android:layout_marginTop="20dp"
|
1193
|
1200
|
android:text=""
|
1194
|
1201
|
android:textColor="@color/ui_62"
|
1195
|
1202
|
android:textSize="14sp"
|