style_rounded_corner_editext.xml 229 B

123456
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <corners android:radius="8dp"/>
  4. <stroke android:color="@color/green_4DC0A4"
  5. android:width="1dp" />
  6. </shape>