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

5 lines
242 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="?attr/color_main2_000"/>
<size android:width="20dp" android:height="20dp"/>
</shape>