Newer
Older
CasicSmartWell / app / src / main / res / layout / marker_gaode.xml
Pengxh on 6 Apr 2022 587 bytes 地图聚合marker调整
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:background="@mipmap/popup">

    <TextView
        android:id="@+id/wellCountView"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerHorizontal="true"
        android:layout_marginTop="4dp"
        android:text="99个"
        android:textColor="@color/white"
        android:textSize="12sp" />
</RelativeLayout>