简体   繁体   中英

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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