linphone-android/app/src/main/res/drawable/led_error.xml
2021-04-17 10:05:29 +02:00

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