As you can see the Section Header is running when I scroll the listview. What is the problem?
private void Setup() {
groupListView.setDrawingListUnderStickyHeader(true);
groupListView.setAreHeadersSticky(true);
}
This blog is all about Android development and problems\solutions
As you can see the Section Header is running when I scroll the listview. What is the problem?
private void Setup() {
groupListView.setDrawingListUnderStickyHeader(true);
groupListView.setAreHeadersSticky(true);
}
0 comments:
Post a Comment