touchlane / gridpad-android

GridPad is a Jetpack Compose library that allows you to place UI elements in a predefined grid, manage spans in two dimensions, have flexible controls to manage row and column sizes.
MIT License
66 stars 5 forks source link

How to set divider between each cell? #17

Closed qiushui95 closed 1 year ago

qiushui95 commented 1 year ago

horizontal and vertical

landarskiy commented 1 year ago

There is no direct API but you can use fixed (GridPadCellSize.Fixed) row and column size with span sizes equal to row and column size to achieve your goal.