Why don't I have EditText in the Form Widgets section in my eclipse IDE

android, eclipse

Solution

Because EditText is in "Text Fields" Tab on the left menu.

Problem

As you can see in the Form Widgets section, I don't have a EditText icon there. I know I could write it in the xml file manually, but I was wondering why it isn't there. Here's a screen shot of what I'm talking about:

Original source