huyuguo 4 gadi atpakaļ
vecāks
revīzija
b6375b8b36
1 mainītis faili ar 5 papildinājumiem un 7 dzēšanām
  1. 5 7
      app/src/main/res/layout/activity_main_map.xml

+ 5 - 7
app/src/main/res/layout/activity_main_map.xml

@ -944,8 +944,6 @@
944 944
    </com.zhy.autolayout.AutoLinearLayout>
945 945
946 946
947
    <!--&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;-->
948
949 947
    <RelativeLayout
950 948
        android:id="@+id/window_ll_zhan"
951 949
        android:layout_width="match_parent"
@ -953,7 +951,7 @@
953 951
        android:layout_alignParentBottom="true"
954 952
        android:background="@color/white"
955 953
        android:visibility="gone"
956
        tools:visibility="gone">
954
        tools:visibility="visible">
957 955
958 956
        <LinearLayout
959 957
            android:layout_width="match_parent"
@ -1102,14 +1100,14 @@
1102 1100
                        android:layout_width="wrap_content"
1103 1101
                        android:layout_height="wrap_content"
1104 1102
                        android:text="¥"
1105
                        android:textColor="#555557"
1103
                        android:textColor="#E02020"
1106 1104
                        android:textSize="12dp" />
1107 1105
1108 1106
                    <TextView
1109 1107
                        android:id="@+id/window_tv_zongjia"
1110 1108
                        android:layout_width="wrap_content"
1111 1109
                        android:layout_height="wrap_content"
1112
                        android:textColor="#555557"
1110
                        android:textColor="#E02020"
1113 1111
                        android:textSize="20dp"
1114 1112
                        tools:text="1.55" />
1115 1113
@ -1117,7 +1115,7 @@
1117 1115
                        android:layout_width="wrap_content"
1118 1116
                        android:layout_height="wrap_content"
1119 1117
                        android:text="元/度"
1120
                        android:textColor="#555557"
1118
                        android:textColor="#E02020"
1121 1119
                        android:textSize="12dp" />
1122 1120
                </LinearLayout>
1123 1121
            </androidx.constraintlayout.widget.ConstraintLayout>
@ -1182,7 +1180,7 @@
1182 1180
                android:layout_marginRight="15dp"
1183 1181
                android:ellipsize="end"
1184 1182
                android:maxLines="1"
1185
                android:textColor="@color/orange"
1183
                android:textColor="#A2A2A2"
1186 1184
                android:textSize="14sp"
1187 1185
                tools:text="停车费用:参考价格:10元\/小时(以实际收取为准)" />
1188 1186