linphone-android/res/drawable/generated_avatar_bg.xml
2018-10-24 12:58:26 +02:00

5 lines
234 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="@color/colorC"/>
<size android:width="35dp" android:height="35dp"/>
</shape>