Im testing a simple form in my Galaxy S2, and ive put some input texts on the form:
- Code: Select all
<EditText
android:id="@+id/register_login"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10" >
<requestFocus />
</EditText>
When the user clicks, it cannot close the keyboard with ease and it gets all messy, is that normal or am i doing something wrong ?
Thanks alot for your attention !


