Styled category label in infowindow
This commit is contained in:
6
app/src/main/res/drawable/rounded_label_background.xml
Normal file
6
app/src/main/res/drawable/rounded_label_background.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#000" />
|
||||
<padding android:left="10dp" android:top="3dp" android:right="10dp" android:bottom="3dp" />
|
||||
<corners android:radius="20dp" />
|
||||
</shape>
|
Reference in New Issue
Block a user