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

5 lines
245 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/green_success_500"/>
<size android:width="15dp" android:height="15dp"/>
</shape>