Hello,
I've stumbled on the problem with AutoCompleteEditText not being able to search for strings which are not preceded by space, for example TU-874 is never returned if 874 is typed.
So I decided to switch to SearchView, however, new questions have arisen.
When I added it to my project it stays always on top of all the other controls in the activity. I wanted to try to send it to back when it's designed, but then I cannot bring it to front again.
I attach the original example of the SearchView, with a panel added in the activity.
A second question is, how could a _Click event be added so that it would handle when the edittext is clicked?
I would appreciate any help.
Thanks
I've stumbled on the problem with AutoCompleteEditText not being able to search for strings which are not preceded by space, for example TU-874 is never returned if 874 is typed.
So I decided to switch to SearchView, however, new questions have arisen.
When I added it to my project it stays always on top of all the other controls in the activity. I wanted to try to send it to back when it's designed, but then I cannot bring it to front again.
I attach the original example of the SearchView, with a panel added in the activity.
A second question is, how could a _Click event be added so that it would handle when the edittext is clicked?
I would appreciate any help.
Thanks