문제

I have an EditText with a CheckBox below. After I enter a Text in the EditText, the Keyboard jumps to the CheckBox. How can I disable that? I want the keyboard to close.

Thanks.

도움이 되었습니까?

해결책

I solved my problem:

In the EditText (EditText1), I set

    android:nextFocusDown="@+id/EditText1"

and in java code, I hide the Keyboard when clicking on "Next".

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top