Modify the Size of an Android Spinner Drop down part Size?

前端 未结 3 966
栀梦
栀梦 2020-12-19 15:24

how can i modify the size of the dropdown part of the spinner?? do i have to do that in XML or in the code itself?

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-19 16:03

    In xml, I believe you set it with android:dropDownWidth. This worked for me:

    
    

提交回复
热议问题