[android-developers] Re: Customizing alert dialog

2009-09-07 Thread gshetty
Thanks for the info :) On Sep 7, 10:32 pm, Isuru danagalle wrote: > http://developer.android.com/reference/android/app/AlertDialog.Builde... > > On Mon, Sep 7, 2009 at 9:19 PM, gshetty wrote: > > > Hi All > > > I want to custmize an alert dialog. I can set the content using > > setContentView a

[android-developers] Re: Customizing alert dialog

2009-09-07 Thread Isuru danagalle
http://developer.android.com/reference/android/app/AlertDialog.Builder.html On Mon, Sep 7, 2009 at 9:19 PM, gshetty wrote: > > Hi All > > I want to custmize an alert dialog. I can set the content using > setContentView and other api's, but Android always gives a white > border with rounded edges

[android-developers] Re: Customizing alert dialog

2009-09-07 Thread iPaul Pro
Check out the API Demos : App/Activity/Custom Dialog Paul On Sep 7, 11:49 am, gshetty wrote: > Hi All > > I want to custmize an alert dialog. I can set the content using > setContentView and other api's, but Android always gives a white > border with rounded edges around the Alert dialog. Is it