linphone-android/app/src/main/res/drawable/avatar_border.xml

5 lines
262 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
<stroke android:width="5dp" android:color="?attr/accentColor"/>
<size android:width="200dp" android:height="200dp" />
</shape>