summaryrefslogtreecommitdiffstats
path: root/res/drawable/fab_accent.xml
blob: 6223b8ef2b7da5c9f7e7e7628134aa326c18a2be (plain)
1
2
3
4
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
    <solid android:color="@color/theme_accent" />
</shape>