blob: fc673c6edec9a1d99ee4c57ae5b02227e2906fc1 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape
android:innerRadius="0dp"
android:shape="ring"
android:thickness="4dp"
android:useLevel="false">
<solid android:color="@color/background_dialer_white"/>
</shape>
</item>
</layer-list>