[android-developers] Re: Pop Up Dialog with edit box

2011-10-04 Thread Chris
On Tuesday, October 4, 2011 8:56:04 AM UTC-4, Adrian Randall wrote: > I cant do this with Alert Dialogs, i cant do this with Inflate as it > alwyas has a transpaent background and i can never get it > centered...Any other ideas > > Another alternative is to use a regular activity and use a di

[android-developers] Re: Pop Up Dialog with edit box

2011-10-04 Thread Studio LFP
You can also do this with an AlertDialog.Builder. Here are the steps I've used that work (others may have even simpler ones): 1. Create and build the dialog via AlertDialog.Builder 2. Inflate a view with an edit text 3. Get a handle to the edit text via findViewById on the inflated view 4. Set th