Skip to content

Instantly share code, notes, and snippets.

@ParkSangGwon
Last active May 14, 2018 06:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ParkSangGwon/d4125f74db2973acec514f7781b9f455 to your computer and use it in GitHub Desktop.
Save ParkSangGwon/d4125f74db2973acec514f7781b9f455 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="wrap_content"
android:layout_height="wrap_content"
>
<TextView
android:id="@+id/tv_marker"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/ic_marker_phone"
android:gravity="center"
android:text="13.5만원"
android:textSize="16sp"/>
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment