There really isn't "restoring of dialogs" - more like "recreation of dialogs".

As such, it goes through your new activity's onCreateDialog after the orientation change.

You could try loading the drawable and setting it into the dialog layout from code. Perhaps calling setTileMode{X/Y/XY} along the way.

-- Kostya

20.08.2011 15:06, Snowak пишет:
So why does the Drawable fail to repeat? Looks like the problem lies
in restoring the dialog before whole layout is initialized.. which is
quite weird. Is there a way to retrieve the list of opened dialogs
associated to current Activity?

--
Kostya Vasilyev

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to