如何减少android中微调器的下拉列表的宽度?

时间:2011-08-30 09:20:37

标签: android drop-down-menu width spinner reduce

在横向模式下,我的应用中有一个微调器。单击微调器时,下拉列表占据屏幕的整个宽度。我想将宽度减小到特定值。我可以知道怎么做吗?

塞特希 在此先感谢。

2 个答案:

答案 0 :(得分:1)

将xml文件中的微调器布局宽度属性更改为

android:layout_width="50dip" or android:layout_width="wrap_content"

答案 1 :(得分:1)

将xml文件中的微调器布局宽度属性更改为

  

机器人:dropDownWidth = “50dp”