style_rounded_corner_editext.xml 233 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/color_grey_555555"
  5. android:width="1dp"/>
  6. </shape>