- What is persistent bottom sheet?
- What is modal bottom sheet?
- What is the difference between bottom sheet and modal bottom sheet?
- What is a bottom sheet in UI?
What is persistent bottom sheet?
In android, there are two types of bottom sheets that use most of the time, Persistent Bottom Sheet and Modal Bottom Sheet. Persistent Bottom Sheet: It shows in-app content. It will display at the bottom of the mobile screen making some amount of the content visible.
What is modal bottom sheet?
Modal bottom sheets present a set of choices while blocking interaction with the rest of the screen. They are an alternative to inline menus and simple dialogs on mobile, providing additional room for content, iconography, and actions.
What is the difference between bottom sheet and modal bottom sheet?
Bottom sheets can be dismissed by swiping the bottom sheet down, by touching an explicit control such as an X in the app bar, or by touching the system back button (Android). Modal bottom sheets can also be dismissed by touching outside of the bottom sheet.
What is a bottom sheet in UI?
Bottom sheets are supplementary surfaces primarily used on mobile. There are three types suitable for different use cases: Standard bottom sheets display content that complements the screen's primary content. They remain visible while users interact with the primary content.