我有alertdialog的以下布局(我想要只包含图像的警告对话框)
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/imageImageViewId"
android:src="@drawable/stub" />
</LinearLayout>
我得到的结果是: http://img14.imageshack.us/img14/3333/imagenp.png
您可以看到警告对话框大于图像本身...
可以做些什么才能适合?
答案 0 :(得分:0)
我认为警告对话框有默认填充尝试自定义对话框。