Fragment Layout Seems To Not Be Interactive/clickable
So here's the tricky or buggy thing. I have an activity that displays a mapview (I don't believe this is important at all, but the mapview is from Carto Mobile SDK), and I have a f
Solution 1:
You don't put any code above so I assume your root view doesn't have click event, only the 3 buttons have.
Add clickable="true"
to your white panel's root view to capture all the touch event
Post a Comment for "Fragment Layout Seems To Not Be Interactive/clickable"