I'm using ShinobiCharts in a project to draw graphs. The library draws graphs in a ChartFragments. I have an activity with two frame layouts and I'm adding chartfragments to each one. I've added click listeners to these frame layouts but they do not register an event. Is there a way to add an onClickListener to a frame layout that contains a fragment?
Thanks