jm_red_light_codebtn_style.xml 231 B

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