Justas Medeišis
Justas Medeišis
Hi, thanks for opening an issue. Could you please provide a snippet of your item layout used for the dragged items? This is likely related to #17.
Thanks for providing more context for the issue. I will look into it (and invite any contributors to do the same). As a side note, I would not recommend using...
Not without modifying the `DragLinearLayout` source code. If your minSdkVersion is >= 21, I would suggest looking into changing the View's elevation dynamically and making use of the system's dynamic...
Hey, thanks for your contribution. Rectangular pad support would be a great feature. Couple comments: - I'm not a fan of having one more separate property, i.e. `base_shape`. It adds...
Hi, our team ran into this same issue. We have 71 subprojects and we run ktlint on all of them. Our CI performs 10s of builds daily and as far...