mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-30 02:09:20 +00:00
5 lines
No EOL
246 B
XML
5 lines
No EOL
246 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/voipMeParticipantBackgroundColor"/>
|
|
</shape> |