linphone-android/app/src/main/res/drawable/shape_avatar_background.xml
2024-07-15 16:10:33 +02:00

5 lines
No EOL
249 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/blue_outgoing_message"/>
</shape>