mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-18 06:08:29 +00:00
5 lines
242 B
XML
5 lines
242 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="?attr/color_main2_000"/>
|
|
<size android:width="20dp" android:height="20dp"/>
|
|
</shape>
|