mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-29 17:59:22 +00:00
6 lines
No EOL
408 B
XML
6 lines
No EOL
408 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
|
<stroke android:width="@dimen/conference_schedule_form_field_border_thickness" android:color="?attr/voipFormFieldBackgroundColor" />
|
|
<corners android:radius="0dp" />
|
|
<padding android:bottom="3dp" android:left="3dp" android:right="3dp" android:top="3dp" />
|
|
</shape> |