ej_shape_btn_white_pressed.xml 294 B

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