android - Bug AutocompleteTextView width in dual pane Fragment UI -


i'm facing problem custom autocompletetextview, dropdown filling totally screen want fill 1 of fragment width.

how can solve ?

here "beautiful" sketch of view:

enter image description here

thanks in advance :)


Comments

Popular posts from this blog

winapi - How to get a user input on a MessageBox on C++? -

c++ - How call method from Qt GUI in background worker thread using QThread -