Nick

Results 11 issues of Nick

Have a question. How I can limit list by columns and rows? E.g. I have a sheet 100x100 and I want to show only 100 rows and 100 columns and...

Hi. Liked your spreadsheet solution, but I found a really critical bug. When you're trying to scroll diagonally fast, the system starts hanging. Found out that it is smth with...

Very strange showing on Android of a stroke with corners. Take a look on top right and bottom right corners This is code: ``` val bgFormInputError = DrawableBuilder() .cornerRadius(16) .solidColor(bgColor)...

Hello! Using your lib and met with strange bug. If i scroll in portrait from first element to last, go back to the first and change orientation to landscape, it...

Met the problem that after notifying adapter animation have a strange behavior. If during this notifying holder height was changed (e.g. some view visibility changed to GONE), the item of...

Year in the title has huge right padding. ![Снимок экрана от 2020-04-21 14-10-08](https://user-images.githubusercontent.com/16122829/79859931-7955d980-83da-11ea-9e3d-e16f89572883.png) I think the problem is here: https://github.com/premkumarroyal/MonthAndYearPicker/blob/master/monthandyearpicker/src/main/res/layout/month_view_header.xml ``` ```

Hi! Have an exception on the 1.1.5 version: > Fatal Exception: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first. at android.view.ViewGroup.addViewInner(ViewGroup.java:5212)...

Tried to use this lib for blur effect in dialog, but when it closes, i get this: ``` java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.graphics.Canvas.isRecordingFor(java.lang.Object)' on a null object...

Hi there! Found a [Data tables](https://material.io/components/data-tables/) on material.io and I wonder, when you will release it? Saw that 1 year ago it was unimportant, but it's a great thing on...

New component
feature request

Hi! I met some strange behavior with rendering the webview. If I have any Dialogs or Progress or any other view that should overlay WebView - WebView always above and...