You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
I'm trying to reuse the Collection view in my application. I've used your own views and all and it works fine. The only issue I'm having is, when I click an item in a multi column row, the entire row gets highlighted.
I've tried everything but it doesn't seem to work. I can't post any code as I'm on mobile and it didn't occur to me to ask on here until I left the office.
However, it just occurred to me I'm doing something g different. I'm not only creating rows with different columns, but I'm adding headers as well. Could this be the cause?
Any pointers on where to look will be great.
The text was updated successfully, but these errors were encountered:
I finally got back to my desk and figured it out. You need to bind an onclick handler to the root view else the focus is bubbled to the linear layout that makes the list row.
I'm trying to reuse the Collection view in my application. I've used your own views and all and it works fine. The only issue I'm having is, when I click an item in a multi column row, the entire row gets highlighted.
I've tried everything but it doesn't seem to work. I can't post any code as I'm on mobile and it didn't occur to me to ask on here until I left the office.
However, it just occurred to me I'm doing something g different. I'm not only creating rows with different columns, but I'm adding headers as well. Could this be the cause?
Any pointers on where to look will be great.
The text was updated successfully, but these errors were encountered: