Can't remove the black background of a relative layout contains a listView
问题 I'm implementing a custom Dialog which inflates a RelativeLayout xml file The xml file: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="300dp" android:layout_height="match_parent" android:gravity="center_horizontal" > <ImageView android:id="@+id/imageView1" android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="fitXY" android:src="@drawable/common_image_list_panel