Arthelh/NCNF

View on GitHub
app/src/main/res/drawable/shape_text_edit.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">

    <item>
        <shape android:shape="rectangle" >
            <solid android:color="#E8E9ED"/>
            <corners android:radius="15dp" />
        </shape>

    </item>

</layer-list>