Justas Medeišis

Results 15 comments of Justas Medeišis

One specific use-case - our API deals with public transport departure times (bus, metro, etc) in various cities. Public transport departure times (like flights) are always displayed in the local...

We use this effectively with the latest androidx libraries and on Android Q. Nonetheless, we plan to deprecate this library, please consider using [Google's Material component `BottomSheetBehavior`](https://material.io/develop/android/components/sheets-bottom) with [`STATE_HALF_EXPANDED`](https://developer.android.com/reference/com/google/android/material/bottomsheet/BottomSheetBehavior#state_half_expanded).

Hi, could you please explain why you need / want this behavior? e2e400a added the ability to skip the anchored state, so it seems like you could achieve similar results...

Hi, could you please provide more information on how to reproduce this issue? We use the sheet with `RecyclerView`s extensively and have not observed this. Do you have a sample...

Hi, if you'd like us to investigate this, please provide one of - steps how to reproduce the crash - a sample project that reproduces the crash

I was just tackling this issue in our fork (which supports an intermediate anchor state). It required tweaking the code that calculates the `top` and `targetState` variables, and only initiating...

Hi, thanks for opening an issue. There does indeed seem to be an undesired behavior where items with `OnClickListener`s within `ScrollView` containers do not correctly capture the touch and thus...

I agree. See #10, #12 and #20 for previous discussions regarding this issue. Also check out the work of @cmcneil and @meesec in their respective forks for some inspiration. https://github.com/cmcneil/DragLinearLayout...

Nice! Thanks a lot, I like this solution. Would be interested to hear from @escobar5 if this solves #25. Minor nitpicks: - The 9-patch shadow is a bit too dark...

What did you use to generate the 9-patch?