android autocompletetextview hint results hidden under keyboard

后端 未结 8 1849
死守一世寂寞
死守一世寂寞 2020-12-30 20:36

I have 3 autocompletetextview\'s in which i set its adapter to be an ArrayAdapter with a very simple textview layout.

相关标签:
8条回答
  • 2020-12-30 20:51

    Take the autocomplete textviews in respective layouts then you see they opens their values in it only (ABOVE), set autocomplete texview (bottom) of each layouts, as per your question you required three child layouts.

    it is really working

    0 讨论(0)
  • 2020-12-30 20:52

    Add an attribute in your AndroidManifest.xml

    android:windowSoftInputMode="adjustPan|adjustResize"

    Which will auto resize and adjust the soft keyboard.

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