gpt4 book ai didi

android - 微调器在显示键盘时切断下拉列表

转载 作者:行者123 更新时间:2023-11-29 00:25:04 24 4
gpt4 key购买 nike

我有一个 Spinner 作为:

<Spinner
android:id="@+id/test"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp" />

它在显示为对话框的 Activity 中(我不知道这是否重要,但是......)<activity android:theme="@android:style/Theme.Holo.Light.Dialog" ... />

它工作正常,显示了所有五个项目。

enter image description here

直到键盘我打开键盘。现在,第一个项目被剪切,无法滚动到它。

enter image description here

我试图在此微调器中放置一个用于点击的监听器并关闭键盘,但出现错误 java.lang.RuntimeException: Don't call setOnClickListener for an AdapterView. You probably want setOnItemClickListener instead

此行为的修复方法是什么?

最佳答案

您可能需要更改 list 文件中 Activity 的软输入模式。像这样:

<activity android:windowSoftInputMode="adjustResize" ... >

关于android - 微调器在显示键盘时切断下拉列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20362351/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com