bd_bg_floatview_custom_toast.xml 195 B

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