ensure that the edittext is focusable in touch mode. You can do it two way. In xml: android:focusableInTouchMode="true". in Java:
確定! 回上一頁