baggednismo

Results 8 comments of baggednismo

Have you tried moving the expandable height logic to its own method and calling it inside of onBindViewHolder? I also adjusted the condition. If your dataset has changed you might...

From what I can tell looking at the library, you cannot scroll the menu's. If you have that many menu items then maybe you should review your implementation and rethink...

Unlike the default android fab library you cannot change the background to be drawable as you would need to do to create that white stroke you want. To accomplish this,...

Here is my scroll listener for a recyclerview inside a fragment, it is working in my implementation. I have nearly the same code for multiple apps as well across the...

we need to see your layout if we are going to help.

Of course they can. You are using the correct method to do this. Not sure what your code line is but here is an example that I just tested and...

@trix0 I didn't want to take the chance, I had a critical project that needed to move to production. I removed the library and switched to workmanager.

I spent the last 30 minutes checking environment variables, local.properties, project structure & invalidating caches to find this issue by chance. Thanks for the information, I was about to give...