Nick

Results 15 comments of Nick

Not the best solution, but it seems to work: ``` class SheetLayoutManager( private val columnSize: Int = 0, private val rowSize: Int = 0 ) ``` ``` private fun handleScroll(d:...

@orcuns > Hey, Could you able to find a better solution? Unfortunately - No. I took this lib as a "draft" and implemented my own LayoutManager for my needs, as...

One of optimizations: in method layoutChildView remove recycler.bindViewToPosition(cellView,position) as you don't need it at all. Also in fillNewSide rewrite `when` to smth like this ``` while (screenBreadth - filled >=...

It was designed, as I see, on TextViews, not EditTexts. Just fork it and implement what you need for your own porpoises.

The problem was in padding. The stroke also needs padding for view. Now it fixes by setting padding on view. Anyway, Drawable like GradientDrawable has setPadding() method. Maybe while building...

Still meet with different bugs, like on the screen, for stroke. With a background in XML, everything works fine. But with drawable crated by this library - sometimes stroke cropped

One small edit. The same bug if starts opening in landscape, doing the same scrolling, then turn to portrait and it shows 2 trimmed pages.

Have the same problem. Any updates or help?

Thanks! Very useful thing! Waiting for see it in library