I use DialogFragment and Inside onCreateDialog return AlertDialog. In different devices my dialog width is different. What is default dialog width ? I don't understand what is default dialog window width. I didn't find any properties that define the width of the dialog. I don't need to change the dialog width, I just want to know what the default dialog width is.
Also, I noticed that regardless of the content of the dialog, the width always stays fixed.
My content view width is match_parent
For my dialog I set style @android:style/Theme.Translucent.NoTitleBar
Usually the size of the dialog depends on the content.
If you want to change size of the dialog use: