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.
我有片段GridView以及TextView我想要处理搜索按钮按下的位置。我怎样才能做到这一点?如果我绑定onKeyListener到片段的布局,它永远不会调用。
GridView
TextView
onKeyListener
我的建议是在 Activity 端处理它,然后委托给片段。您需要覆盖onSearchRequested(检查文档)并调用片段上的方法来告诉它已请求搜索。之后,片段可以相应地更新自己。
onSearchRequested