Hello,
I'm creating a simple dialog via onCreateDialog with a xml drawable as
a background, which just repeats a png image in both directions. It
works perfectly fine, until I rotate the screen. The drawable isn't
repeated anymore and gets stretched... Another bug in Android.

Is there a way I can force Android to clear it's dialog cache when
activity starts so the dialog will be recreated? Or this problem can
be solved in other way? I'm not interested in forcing it to reload in
onPrepareDialog, because it would require putting this code into every
activity which use this dialog.

Thanks

-- 
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