请教Spinner下拉框不显示问题(已解决) #138
1980922803
started this conversation in
General
Replies: 1 comment 1 reply
-
界面Spinner.setDropdownMaxHeight |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
最近用到MaterialSpinner 后台获取的list长度有40+,最外层布局是用的scrollView ,spinner.setItems(list)也有值,就是界面上点击下拉框下拉框不显示 ,但是点击不同区域会选到其他的值
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
Beta Was this translation helpful? Give feedback.
All reactions