ej_shape_push_background_pressed.xml 225 B

12345
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <corners android:radius="@dimen/dp_5"/>
  4. <solid android:color="@color/ej_push_background_pressed"/>
  5. </shape>