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
This function specify when break row and start build item in next row ,this function return true when you want to start new row for items
.setRowBreaker(new IRowBreaker() { @OverRide
public boolean isItemBreakRow(@IntRange(from = 0) int position) {
return position == 6 || position == 11 || position == 2;
}
})
I use this:
Yet I can still see 4 in a single row:
Not only that, but the last item is truncated, while the first item has a lot of space compared to the others...
The text was updated successfully, but these errors were encountered: