mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-27 16:49:21 +00:00
12 lines
367 B
XML
12 lines
367 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<padding android:left="7dp"
|
|
android:top="7dp"
|
|
android:right="7dp"
|
|
android:bottom="7dp" />
|
|
|
|
<solid android:color="@color/conf_active_bg_color"/>
|
|
<corners android:radius="15dp" />
|
|
</shape>
|
|
|