You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: