1.创建一个自己想要显示Toast风格的XML如下代码(toast_xml.xml):
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#87CEFA"
android:id="@+id/toast_layout_root"
>
<TextView
android:id="@+id/toast_context"
android:layout_width="match_parent"
android:layout_height="35dp"
android:text=