Saturday, 15 January 2011

android - Multiple Edittext inside scrollview -



android - Multiple Edittext inside scrollview -

hi have multiple editext within scrollview vertically, when scroll unable go lastly edittext ,edittext in middle focused always.

<edittext android:id="@+id/emailet" android:layout_width="fill_parent" android:layout_height="wrap_content" android:inputtype="textemailaddress" > <requestfocus /> <!--add line first edittext want focus--> </edittext>

android

No comments:

Post a Comment