vekexasia / android-edittext-validator

Android form edit text is an extension of EditText that brings data validation facilities to the edittext.
MIT License
1.45k stars 378 forks source link

requestFocus() doesn't work #6

Closed lmbd closed 11 years ago

lmbd commented 11 years ago

Hi, I can't request focus on the FormEditText by adding in the xml. the programmatically way doesn't work too: FormEditText form=(FormEditText)findViewById(R.id.editText1); form.setFocusableInTouchMode(true); form.requestFocus();

Have you an idea how to fix this? thanks

vekexasia commented 11 years ago

Hello,

I believe the problem is not in my code. Did you try with a "normal" edittext?