jm_message_tip.xml 277 B

12345
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
  3. <solid android:color="@color/jmfont_red"/>
  4. <size android:width="@dimen/jm_float_tip_size" android:height="@dimen/jm_float_tip_size"/>
  5. </shape>