- <?xml version="1.0" encoding="utf-8"?>
- <shape android:shape="rectangle"
- xmlns:android="http://schemas.android.com/apk/res/android">
- <solid android:color="@color/jmfont_red"/>
- <size android:height="@dimen/jm_float_red_shape_w_h"/>
- <corners android:topLeftRadius="@dimen/jm_float_red_shape_w_h_top"/>
- </shape>
|