jm_float_red_shape.xml 332 B

1234567
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape android:shape="rectangle"
  3. xmlns:android="http://schemas.android.com/apk/res/android">
  4. <solid android:color="@color/jmfont_red"/>
  5. <size android:height="@dimen/jm_float_red_shape_w_h"/>
  6. <corners android:topLeftRadius="@dimen/jm_float_red_shape_w_h_top"/>
  7. </shape>