Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在应用程序中,我需要限制 AutoCompleteTextView 在 android 中显示的下拉列表的长度,以使下面的按钮可见。任何人都可以帮助我以编程方式限制下拉列表的长度。
已解决:您好,我使用 MultiAutoCompleteTextView 而不是 AutoCompleteTextView,这解决了我的问题。
感谢stackoverflow