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.
我有微调器和代码android.R.layout.simple_spinner_dropdown_item。但我得到这样奇怪的高度:
android.R.layout.simple_spinner_dropdown_item
我想拥有dropdown_items它们默认的样子,但我也不想在主屏幕上有奇怪的高度。
dropdown_items
使用该adapter.setDropDownViewResource(int resId)方法为下拉框(不是元素)使用特定布局
adapter.setDropDownViewResource(int resId)
如此处所见