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

5 lines
No EOL
244 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<corners android:radius="20dp" />
<solid android:color="?attr/voipParticipantBackgroundColor"/>
</shape>