mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-30 10:19:27 +00:00
5 lines
No EOL
236 B
XML
5 lines
No EOL
236 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
|
|
<size android:height="60dp" android:width="60dp"/>
|
|
<solid android:color="@color/voip_gray"/>
|
|
</shape> |