I have my own implementation of Dialog
public class MyDialog extends Dialog
Is it possible to respond to orientation change from within the MyDialog class and change layout used by the dialog if Activity that creates it has the following in the manifest:
android:configChanges="keyboard|keyboardHidden|orientation"
Thanks