summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res/drawable/fab_label_background.xml
blob: c0315fd60ed042c46ce78c13b5b2f77802a113d7 (plain)
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="?android:attr/colorPrimary" />
</shape>