linphone-android/res/drawable/missed_calls_bg.xml

14 lines
No EOL
350 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<corners
android:radius="25dp" />
<stroke
android:color="@color/nmissed_calls_background" />
<solid
android:color="@color/nmissed_calls_background" />
</shape>