You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Clover/Chan/res/drawable/pin_icon_blue.xml

16 lines
371 B

<?xml version="1.0" encoding="utf-8"?>
<inset xmlns:android="http://schemas.android.com/apk/res/android"
android:insetLeft="8dp"
android:insetTop="8dp"
android:insetRight="8dp"
android:insetBottom="8dp" >
<shape>
<solid
android:color="#FF33B5E5" />
<corners
android:radius="4dp" />
</shape>
</inset>