Newer
Older
SpyWebView / app / src / main / res / drawable / shape_edit_border.xml
bello on 30 Jul 2020 223 bytes init
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">

    <corners android:radius="5dp" />
    <stroke android:color="@color/colorPrimary" android:width="1dp" />
</shape>