a
554325746@qq.com
2019-12-25 38492bbaa63586e2f4877da0eaa01a082fd565a6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:background="@drawable/my_toast_rounded_corner_error"
    >
    <TextView
        android:layout_marginLeft="@dimen/w25"
        android:layout_marginRight="@dimen/w25"
        android:layout_marginTop="@dimen/h11"
        android:layout_marginBottom="@dimen/h11"
        android:id="@+id/text"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:gravity="center"
        android:textColor="@color/white"
        android:textSize="@dimen/h19"
        android:text="test"
        />
</LinearLayout>