Re: [android-developers] Re: Overlapping of dialogs on each other

2011-05-17 Thread TreKing
On Tue, May 17, 2011 at 12:08 AM, ABS wrote: > i have to show both message and singlechoiceitem on same dialog. You need a custom layout. - TreKing

[android-developers] Re: Overlapping of dialogs on each other

2011-05-16 Thread ABS
What i have to do simply add both message and singlechoiceitem(radiobuttons) on single alertdialog. the problem i am facing is that when i am adding message on alert dialog,whole dialog seems to be blank or if i remove message it shows that singlechoiceitem i have to show both message and singlec