huyuguo %!s(int64=4) %!d(string=hace) años
padre
commit
b6375b8b36
Se han modificado 1 ficheros con 5 adiciones y 7 borrados
  1. 5 7
      app/src/main/res/layout/activity_main_map.xml

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

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