Custom Preference Including EditText
Posted
by
Shardul
on Stack Overflow
See other posts from Stack Overflow
or by Shardul
Published on 2011-01-10T09:49:40Z
Indexed on
2011/01/10
9:53 UTC
Read the original article
Hit count: 304
Hello,
I am creating an custom preference which contains an EditText
.
The problem is when user clicks the EdiText
for input suggestion box opens up and EditText
looses focus. When EditText
is clicked again for input, no problem occurs until 'blank space' is entered, which results in suggestion box and hence loss of focus.
What I mean by suggestion box is the box which pops up when entering text in EditText
© Stack Overflow or respective owner