Android: How to have dialogFragment to fullscreen
Hello I have tried to override the theme to the dialogFragment for fullscreen but the full screen I wanted was an overlay on top of the previous activity so when the dialogFragment is opened, we still can see back activity from the padding between the screen and the dialogFragment. This is the style I have used for full screen <style name="fullscreen_dialog" parent="android:Theme" > <item name="android:windowNoTitle">true</item> <item name="android:windowFullscreen">true</item> <item name="android:windowIsFloating">false</item> </style> Doug Ray You could just manually set the layout params in