mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-19 20:48:08 +00:00
14 lines
No EOL
348 B
XML
14 lines
No EOL
348 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/missed_calls_background" />
|
|
|
|
<solid
|
|
android:color="@color/missed_calls_background" />
|
|
|
|
</shape> |