mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-02-02 11:59:23 +00:00
5 lines
233 B
XML
5 lines
233 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
|
|
<solid android:color="@color/white"/>
|
|
<size android:width="20dp" android:height="20dp"/>
|
|
</shape>
|