aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/drawable/fab_label_background.xml
blob: 92c425696252d950c6ca15b7673d01df592c3983 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:radius="4dp" />
    <padding
        android:bottom="4dp"
        android:left="8dp"
        android:right="8dp"
        android:top="4dp" />
    <solid android:color="@color/fab_label_background_color" />
</shape>