mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-30 10:19:27 +00:00
5 lines
262 B
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>
|