DialogFragment remove black border
I saw this question and also this one and some others, but nothing really helped me. I'm building a quick action DialogFragment for my list view and trying to set a custom view to it according to the android dev guide . view_quick_action.xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@android:color/white" > <ImageView android:id="@+id/quick_action_image" android:layout_width="50dp" android:layout_height="50dp" android:layout_margin=