Android Graphical Layout error -


for reason don't know graphical layout on eclipse stop working

after test know probleme edittext

i don't know why paste here edittext tell me if wrong

<edittext     android:id="@+id/input"     android:layout_width="wrap_content"     android:layout_height="wrap_content"     android:layout_centerhorizontal="true"     android:layout_centervertical="true"     android:ems="10" android:inputtype="">     <requestfocus /> </edittext> 

eclipse error log is:

string index out of range: 0 

just add android:inputtype="" type want "text".it work fine.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -