I noticed that SuperSlim does not return the first header when calling getChildAt(0), but the first (non-header) item in the first section.
How can I get the first header? I need it's height of other calculations.
Checking out the source code I found the function "getHeaderOrFirstViewForSection" which seems to be what I am lookin for, however it is declared private so I cannot access it.