You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@minhson95th you cant doing that way. The reason is that the persistent bottomsheet is added to the child view beneath the actionbar. So it will never go on top of it.
For that you need a custom actionbar and add the bottomsheet to the parent of the actionbar
No, i don't want bottomsheet on top of action bar, i mean how to calculate height of bottomshet from below of actionbar to down for all device, i want to set steps of bottomsheet look like picture
@minhson95th you either use the getMeasuredHeight of the parent use Device.mainScreen.heightDips and removes status bar, action bar, navigation bar...
BTW you should ask that kind of question on Discord, more people could be able to help as it is not a question related to the plugin itself but more to N
I try to set state of Bottomsheet to fullscreen by set steps = height of screen of device
But bottomSheet show unexpected. I have try in Samsung Galaxy S6 and Pixel 2 Emulator
Expected:
The text was updated successfully, but these errors were encountered: