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.
我正在制作图书查找器应用程序。第 1 步:我点击了搜索按钮,活动正在等待我的书名
step2:我输入一些书名
step3:焦点仍然停留在这个搜索按钮上,我必须点击屏幕才能让它消失。
有没有办法自动放松对我点击的最后一个小部件的关注?
您可能只想requestFocus()在搜索完成时调用您的书单(但是,如果没有结果,您可能需要重新打开搜索框,或者在延迟后这样做)。OnFocusChangedListener如果在提供结果后请求关注您的列表由于某种原因不起作用,还有一个可能会有所帮助。
requestFocus()
OnFocusChangedListener