How to change the background color around a DialogFragment?
问题 I\'m building a custom DialogFragment . The dialog layout is set to my_dialog.xml , but how can I modify the color around the dialog (the transparent grey)? my_dialog.xml <RelativeLayout xmlns:android=\"http://schemas.android.com/apk/res/android\" android:layout_width=\"wrap_content\" android:layout_height=\"wrap_content\" android:layout_gravity=\"center\" > <TextView android:id=\"@+id/hello\" android:layout_width=\"100dp\" android:layout_height=\"100dp\" android:background=\"@android:color