linphone-android/app/src/main/res/drawable/shape_button_background.xml
2022-02-11 10:11:50 +01:00

5 lines
No EOL
236 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
<size android:height="60dp" android:width="60dp"/>
<solid android:color="@color/voip_gray"/>
</shape>