When using PinnedSectionGridView, I noticed that removing the android:gravity="center" attribute will break header functionality, where headers will oddly appear on the last column of the GridView.
This is also happening in the sample project, in activity_grid.xml.
Granted, I'm developing on API level 15, which is rather old. Not sure if this could be related.
When using
PinnedSectionGridView, I noticed that removing theandroid:gravity="center"attribute will break header functionality, where headers will oddly appear on the last column of the GridView.This is also happening in the sample project, in
activity_grid.xml.Granted, I'm developing on API level 15, which is rather old. Not sure if this could be related.