aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/drawable/fab_label_background.xml
blob: d626f442246c1d5c7ddebcedc87b0b036bae6506 (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="#444444" /> <!-- TODO(msf): themeify this -->
</shape>