onSectionClick does not trigger for first Section
RomuloVitoi opened this issue · 2 comments
RomuloVitoi commented
As the title descibres, the event simply does not trigger for the first section header.
jzafrilla commented
Anyone have a solution for this issue? THanks in advance
jzafrilla commented
As a provisional fix, i will use the next code:
LinearLayout.LayoutParams params = new LinearLayout.LayoutParams(LayoutParams.MATCH_PARENT,1);
LinearLayout layout = new LinearLayout(getActivity()); layout.setLayoutParams(params); listView.addHeaderView(layout);