Commit 9ea9a187 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Add drawable/style_edit_text.xml

parent 54fcf247
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid
android:color="@color/colorPrimaryDark" />
<corners
android:radius="2dp" />
</shape>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment