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

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>