linphone-android/app/src/main/res/drawable/shape_white_round.xml
2024-12-11 15:06:47 +01:00

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:width="44dp" android:height="44dp" />
<solid android:color="@color/bc_white"/>
</shape>