简体   繁体   English

Android-回收者视图项目是否具有焦点

[英]Android- Is recycler view item has focus

Is there any way by which I could get to know items in Recycler view are focused or not?有什么方法可以让我了解 Recycler 视图中的项目是否集中?

I dont know if android framework provides this information, but you can add a field as false to your list model and change it in your adapter when your view ( edittext etc ) gains focus.我不知道 android 框架是否提供此信息,但您可以在列表 model 中添加一个字段为false并在您的视图(edittext 等)获得焦点时在适配器中更改它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM