material-components / material-components-android

Modular and customizable Material Design UI components for Android
Apache License 2.0
16.37k stars 3.07k forks source link

[HideBottomViewOnScrollBehavior] Support for recycler view with reversed linear layout manager #860

Open atomofiron opened 4 years ago

atomofiron commented 4 years ago

BottomAppBar has uncoordinated behavior because of target RecyclerView's LinearLayoutManager has reversed layout.

linearLayoutManager.reverseLayout = true

Current behavior with non-reversed layout:

Current behavior with reversed layout:

Desired behavior with reversed layout:

drchen commented 3 years ago

Hi, the screen recording you provided looks nice. We are wondering if you already have a solution/workaround for this?

We currently doesn't have enough capacity to work on this but if you have a working solution and are willing to create a pull request, we will be glad to review and accept it.