make AutoCompleteTextView take the alternate anchor view into account when...
make AutoCompleteTextView take the alternate anchor view into account when computing the max available space on screen. before, it always computed the height based on the text view itself being the anchor. This fixes the clipping bug in the search dialog.
Loading
Please register or sign in to comment