内部に画像がある次の AlertDialog があります。
ご覧のとおり、画像のすぐ上とすぐ下に小さなギャップがあります。そのギャップをなくしたい。
私のレイアウト xml は次のようになります。
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/alert_thumb_root"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
<ImageView android:id="@+id/thumb"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>