shape_edittext_rc_solid_bg_grey.xml 205 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="15dp"/>
  4. <solid android:color="@color/grey_light_light"/>
  5. </shape>