I have a dialog window which covers 1/3 of the entire screen height and is displayed above my activity . There are two free full text fields in the dialog.
The problem I am facing is that when the user starts typing something in the complete text wich, the list with all the suggestions only appears at the bottom of the dialog, but It's not even going to go beyond that the list is long, it seems that it is cut (screenshot left)
After long-pressing an item from the suggestion list, the list appears in full length Will go. (Screenshot is correct)
The screenshot is on:
How to fix this behavior so that the list shows the full length from the beginning, when the user starts typing some ?
The code is not particularly special, I do all this:
ArrayAdapter & lt; String & gt; Adapter = new array adapter & lt; String & gt; (This.getContext (), R. Late. Nav_route_autocomplete_row, locStrings); Autocomplete ReadQueueTxtStartPos = (Autocomplete Full ViewView )VBID (RIDTSTStatePeat); TxtStartPos.setAdapter (adapter); ... An alternative idea is to transmit a speed event (but not to choose from) to simulate a touch from the list item in any way, any concrete solution Any concrete ideas in code for?
I am assuming this as a bug, which I have already filed here:
But if anyone knows this solution, I would appreciate it very much and it will be happy to do business for some reward points.
Edit: / P>
An alternative solution to my mind is now to expand the dialogue at the bottom of the screen, but leave the transparent background, so it looks like now But actually there is a height which will not be cut away from the list, I'll try it ...
Comments
Post a Comment