AndroidDeveloperLB

Results 918 comments of AndroidDeveloperLB

Is this issue the same as I show here, after modifying the sample a bit: [KK5iETTupT.zip](https://github.com/quiph/RecyclerView-FastScroller/files/5823462/KK5iETTupT.zip) [RecyclerView-FastScroller.zip](https://github.com/quiph/RecyclerView-FastScroller/files/5823463/RecyclerView-FastScroller.zip) ? BasicAdapter - changed number of items to 10. recycler_view_list_item_center.xml - changed item...

@bperel Thank you. Do you know of any workaround of this?

Correct. Adding the "vectorDrawables.useSupportLibrary = true" line doesn't help for this. What is exactly supported on pre-API 21 exactly ? They only mention what's not supported... Also, are there any...

Nice. Can you please make a tiny sample that shows all possible features we can use for Vector animations? And also show which of them are supported by the support...

Please let me know if you do it. It can help understanding how to use it.

Is there any way to set it right without knowing the height of all items in the list? Maybe I could provide an estimate average of them? After all, each...

@MuntashirAkon "app ops tab" ? I was talking in general, to ask about possible solutions. It was meant to be read to the main developers of this library.

@MuntashirAkon How does the native one do it, then? Granted I saw its size changes, which is weird, but it's better than weird movement. The library could have an average,...

@MuntashirAkon I mean an estimated average. For example it could see what's shown right now, and take an average of that. Or adjust as you scroll. Another solution I've suggested...