summaryrefslogtreecommitdiffstats
path: root/res/drawable/fab_blue_cm.xml
blob: 886b25e377e42648c5087e61505612b71dd7f1ba (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"
    android:shape="oval">

    <solid android:color="@color/dialer_theme_color"/>

    <size
        android:width="56dp"
        android:height="56dp"/>
</shape>