Newer
Older
CasicSmartWell / app / src / main / res / layout / marker_gaode.xml
<?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:text="9"
        android:textColor="@color/white"
        android:textSize="@dimen/textFontSize" />
</RelativeLayout>