Skip to content

Instantly share code, notes, and snippets.

@espritm
Created April 5, 2017 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save espritm/b34df0810a2bd095e1a65aeaffd10a83 to your computer and use it in GitHub Desktop.
Save espritm/b34df0810a2bd095e1a65aeaffd10a83 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/marker_cluster_grouped_imageview_size"
android:layout_height="@dimen/marker_cluster_grouped_imageview_size">
<ImageView
android:id="@+id/marker_cluster_grouped_imageview"
android:layout_width="@dimen/marker_cluster_grouped_imageview_size"
android:layout_height="@dimen/marker_cluster_grouped_imageview_size" />
<TextView
android:id="@id/amu_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@android:color/white"
android:textStyle="bold"
android:textSize="14sp"
android:background="@android:color/transparent"
android:layout_gravity="center" />
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment