Android警告对话框不适合图像

时间:2012-02-15 23:31:39

标签: android image alertdialog

我有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

您可以看到警告对话框大于图像本身...

可以做些什么才能适合?

1 个答案:

答案 0 :(得分:0)

我认为警告对话框有默认填充尝试自定义对话框。