1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-17 09:04:55 +02:00
dandelion/app/src/main/res/drawable/fab_label_background.xml
2016-04-09 13:53:06 +02:00

10 lines
333 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/label_background" />
<padding
android:bottom="4dp"
android:left="16dp"
android:right="16dp"
android:top="4dp" />
<corners android:radius="2dp" />
</shape>