Kennyc1012 / BottomSheetMenu

BottomSheetMenu style dialogs for Android
Apache License 2.0
887 stars 99 forks source link

In portrait mode, when it showing, it on the virtual button #17

Closed shimika closed 6 years ago

shimika commented 8 years ago

I think it maybe animate behind the virtual button. I test it in Nexus 5x.

Kennyc1012 commented 8 years ago

Not sure I understand the issue. I have a Nexus 5X and haven't seen any issues with it.

shimika commented 8 years ago

http://i.imgur.com/DeIlnYx.png

I want like top case, but this library is doing like bottom one. This library is awesome but little bit sad when animate from bottom when phone has virtual keyboard.

Kennyc1012 commented 8 years ago

I've been trying to find a way to get the dialog to animate behind the virtual buttons but am unable find a solution. In the mean time, you can change the animation style of the dialog by creating a new style and override the android:windowAnimationStyle attribute.

shimika commented 8 years ago

Thanks. When I find a solution, I'll send message again.