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

2011-10-04 Thread Mark Murphy
On Tue, Oct 4, 2011 at 8:56 AM, Adrian Randall wrote: > So i'm trying to create a pop up dialog box that can accept a text > entry, think of a high score entry window for a players name. > > I cant do this with Alert Dialogs Sure you can. https://github.com/commonsguy/cw-android/tree/master/Menu

[android-developers] Pop Up Dialog with edit box

2011-10-04 Thread Adrian Randall
Hey, So i'm trying to create a pop up dialog box that can accept a text entry, think of a high score entry window for a players name. 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 If you co