Re: [android-developers] Dialog problems on orientation change

2011-08-19 Thread TreKing
On Fri, Aug 19, 2011 at 4:29 PM, Snowak wrote: > Is there a way I can force Android to clear it's dialog cache when activity > starts so the dialog will be recreated? > http://developer.android.com/reference/android/app/Activity.html#removeDialog(int) ---

[android-developers] Dialog problems on orientation change

2011-08-19 Thread Snowak
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