umano / AndroidSlidingUpPanel

This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. Brought to you by Umano.
http://umano.me
Apache License 2.0
9.5k stars 2.26k forks source link

I listen for the keyboard to open. While opening the keyboard, the panel opens together. #959

Open Laird8661 opened 5 years ago

Laird8661 commented 5 years ago

I want the panel under the keyboard. i set softmode is adjustPan. But when the keyboard opens, the panel opens immediately, and the panel opens above the keyboard. help me

leogazio commented 5 years ago

Anyone already got solution for that issue? I'm into the same, I use an actionbar material search which opens a listview of mine setting visibility from gone to visible, when edittext gets focused, keyboard opens and slidinguppanel shows up, above the keyboard like Lailaizb said, exactly the same behavior!! I need to HIDE the panel when I show my search listview, to hide it I use method setPanelState(), passing SlidingUpPanelLayout.PanelState.HIDDEN constant as parameter. Not working at all. Anyone? Tnx.