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

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -