Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的活动中有微调器。单击微调器时,将显示下拉菜单。现在,改变方向。不维护该下拉列表。有没有办法在方向更改时再次显示下拉菜单?
提前致谢。
你的问题对我来说有点不清楚。
请尝试将此添加到您<activity>的 android 清单中:
<activity>
android:configChanges="orientation|screenSize|keyboardHidden"
有关详细信息,请参阅此
(有人可能会说这不是正确的方法,但您可以使用它,直到找到更好的解决方案)