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
@AlexStefan I'd like to keep the default state of the bottom sheet as hidden. I'd like the bottom sheet to show when a button is clicked. I'm trying to implement this in Xamarin.Android
Could you please help me out with this? I've gone through a few samples and the documentation but couldn't get this particular case to work.
The text was updated successfully, but these errors were encountered:
@architpoddar Hello, I think there is a bug where the XBottomSheetView attributes are not read correctly. I will return with a fix and a new version or an example on how to do it in the current one.
@architpoddar
I updated the sample to contain more examples. The XBottomSheetView is working as intended. For your case you must set the "defaultState" attribute to "hidden" and make sure that "hideable" attribute is set to "true" inside the .axml file. (you can check the update sample)
@AlexStefan I'd like to keep the default state of the bottom sheet as hidden. I'd like the bottom sheet to show when a button is clicked. I'm trying to implement this in Xamarin.Android
Could you please help me out with this? I've gone through a few samples and the documentation but couldn't get this particular case to work.
The text was updated successfully, but these errors were encountered: