I use the code focus below and click "Delete" and add:
Remove: secondFirstHalfEditText.setClickable(false); secondFirstHalfEditText.setFocusable(false); secondFirstHalfEditText.setClickable(false); secondFirstHalfEditText.setFocusable(false);
Add:
editText.setClickable(true); editText.setFocusableInTouchMode(true); editText.setFocusable(true);
Must use this for active Edittext ->
editText.setFocusableInTouchMode(true);
His work is perfect for me
Shohel Rana Nov 30 '17 at 6:19 2017-11-30 06:19
source share