在横向模式下,我的应用中有一个微调器。单击微调器时,下拉列表占据屏幕的整个宽度。我想将宽度减小到特定值。我可以知道怎么做吗?
塞特希 在此先感谢。
答案 0 :(得分:1)
将xml文件中的微调器布局宽度属性更改为
android:layout_width="50dip" or android:layout_width="wrap_content"
答案 1 :(得分:1)
将xml文件中的微调器布局宽度属性更改为
机器人:dropDownWidth = “50dp”