Codewaves / Sticky-Header-Grid

Sticky header grid layout manager for RecycleView
MIT License
116 stars 33 forks source link

Space alignment #10

Closed RajeshkumarA-Contus closed 6 years ago

RajeshkumarA-Contus commented 6 years ago

Hi,

This library was working fine. But i cannot use equal space for grid items. Even if i add any other item decorator, it was affecting sticky header too. Is there is any solution?

Codewaves commented 6 years ago

Can you provide example code or screenshot of the problem?

D330 commented 6 years ago

+1 if i set margin on item view for example 3 items in row, on every 6dp. On the left of end item of row 6 + 6 + 6 = 18dp.. When i clear margins all items placed together... any ideas?

Codewaves commented 6 years ago

You need to create separate item layout for leftmost or rightmost column with different margin.