linphone-android/app/src/main/res/drawable/shape_white_round.xml
2024-08-14 18:25:09 +02:00

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>