blob: 765f9cddabfa8c704ba74b489688eb4c86f88e70 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:id="@+id/toasttext"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/corner_bg"
android:padding="30dp"
android:text="测试"
android:textColor="@color/black"
android:textSize="35sp"
android:textStyle="bold"/>
</LinearLayout>