单击按钮时如何显示微调器的弹出窗口?

时间:2018-05-15 13:08:32

标签: android button android-spinner

表格上有一个按钮和一个微调器;单击微调器时,它会显示一个弹出窗口。即使单击按钮,我也希望显示弹出窗口:如何完成?

2 个答案:

答案 0 :(得分:1)

你可以在Spinner上调用Get Status,这与实际点击Spinner的效果相同。

不幸的是,没有更明确的方式来以编程方式打开Spinner的弹出菜单。

答案 1 :(得分:0)

您在xml中添加以下代码。

$ sed 's/^# *\(.*\(Build\|Type\).*\)/\1/;/^#/d'  file
Build = NCBI Build 37
Type = Lowess
Length  Event   ID
1   Gain    xxx
10  Loss    yyy
  

android:spinnerMode =“dialog”这一行将显示微调器的对话框。