《转载》Android AlertDialog 方法setView(view,0,0,0,0)的使用

本文转载>>About Doyee ®™<<的博客,http://hi.baidu.com/doyee/blog/item/754c9eca2bc5c98dc9176808.html           转载注明出处

 

dialog_edit_text.xml如下:

    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content">

            android:layout_width="fill_parent" android:layout_height="wrap_content"
        android:text="@string/str_info_na"
        android:layout_marginTop="8dip"
        android:layout_marginBottom="8dip"
        android:layout_marginLeft="8dip"
        android:layout_marginRight="8dip">
   

            android:layout_width="fill_parent" android:layout_height="wrap_content"
        android:singleLine="true"
        android:layout_marginBottom="8dip"
        android:layout_marginLeft="8dip"
        android:layout_marginRight="8dip">
       
   

            android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:padding ="6px"
        android:background="#ffffff">

       

你可能感兴趣的:(《转载》Android AlertDialog 方法setView(view,0,0,0,0)的使用)