gpt4 book ai didi

android - 在 ListView 中更改编辑文本的焦点使用 SoftKeyBoard 中的下一个键

转载 作者:太空狗 更新时间:2023-10-29 15:17:35 24 4
gpt4 key购买 nike

如何配置下一个按钮以将焦点更改为 ListView 连续行中的编辑文本..我不能使用 android:nextFocusDown="@+id/...."因为编辑文本具有相同的 id。

最佳答案

试试这个,让我知道这是不是你想要的?

 <EditText android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:imeOptions="actionDone"
android:singleLine="true" />

actionDone imeOption doesn't work on EditText in Android 2.3

关于android - 在 ListView 中更改编辑文本的焦点使用 SoftKeyBoard 中的下一个键,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11257353/

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