Autocomplete TextView in PopupWindow

后端 未结 1 1567
醉梦人生
醉梦人生 2021-01-22 20:10

I am showing PopupWindow on button click like this.

public void Search_Click(View view) {
    try 
    {
      Display display=getWindowManager().getDefaultDispl         


        
相关标签:
1条回答
  • 2021-01-22 20:57

    Better to use dialog(android.app.Dialog) to implement AutoCompleteTextView.In my opinion its not possible to add AutoCompleteTextView in PopupWindow(you will get Exception).You can add Spinner in Popupwindow.You can implement both if are using dialog instead of popup.

    0 讨论(0)
提交回复
热议问题