mch_util_toast.xml
723 字节
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/mch_cricle_30dp_bg_blue"
android:gravity="center">
<TextView
android:id="@+id/tv_mch_toast"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="12dp"
android:layout_marginLeft="12dp"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:textSize="16dp"
android:text="是否和就爱看复活卡"
android:textColor="#FFFFFF"/>
</FrameLayout>