Android Toast  自定义

Android Toast  自定义

 

 1 <?xml version="1.0" encoding="utf-8"?>
 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 3     android:layout_width="match_parent"
 4     android:layout_height="match_parent"
 5     android:gravity="center"
 6     android:background="@android:color/holo_green_light"
 7     android:orientation="vertical" >
 8     
 9     <TextView
10         android:id="@+id/tv1"
11         android:layout_width="wrap_content"
12         android:layout_height="wrap_content"
13         android:text="text1"/>
14     
15      <TextView
16         android:id="@+id/tv2"
17         android:layout_width="wrap_content"
18         android:layout_height="wrap_content"
19         android:text="text2"/>
20 </LinearLayout>
item_toast

相关文章: