mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-19 07:48:28 +00:00
5 lines
No EOL
233 B
XML
5 lines
No EOL
233 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
|
|
<size android:width="44dp" android:height="44dp" />
|
|
<solid android:color="@color/white"/>
|
|
</shape> |