mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-23 11:38:30 +00:00
6 lines
No EOL
360 B
XML
6 lines
No EOL
360 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="0.33dp" android:color="?attr/voipFormFieldBackgroundColor" />
|
|
<corners android:radius="0dp" />
|
|
<padding android:bottom="3dp" android:left="3dp" android:right="3dp" android:top="3dp" />
|
|
</shape> |