[android-developers] create edit text dynamically on enter

2011-09-30 Thread Matt
I am trying to add an EditText programmatically after the user keys enter on the previous EditText. i am coded to do almost anything after enter (ie; Toast, hideSoftInput), but cannot figure out how to create a new text. I constantly get an error The constructor EditText(new

Re: [android-developers] create edit text dynamically on enter

2011-09-30 Thread TreKing
On Thu, Sep 29, 2011 at 9:58 PM, Matt mpm.mart...@gmail.com wrote: i am coded to do almost anything after enter (ie; Toast, hideSoftInput), but cannot figure out how to create a new text. Use a valid constructor. I constantly get an error The constructor EditText(new