This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
bottomSheet: Implement long Bottomsheet #361
Milestone
Comments
By the way, use |
Sounds like we still have questions about the bottom sheet, specifically whether there should be a close button. We definitely need to handle exiting the bottom sheet with the keyboard--opening an issue for that. |
ThomasBurleson
changed the title
Bottom Sheet Spec Clarification
bottomSheet: Implement long Bottomsheet
Aug 10, 2015
Is this issue still being worked on? Another thing, the bottom sheet does not animate upwards, it just display at a certain position. |
There is already a fix present for that. See #6484 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As per the Bottom Sheet Specs, I would like some clarification regarding bottom sheet
Regarding the positioning of the close button, and the "header" - does the header refer to the title on the bottom sheet? If so, what if it doesn't have a title, such as these:
What should the dismiss button look like? Does "go to the left of the title" that mean that it should push the title in more? There are only 16du to the left of the header.
This implies that it shouldn't cover the screen when it comes in initially - what height should the bottom sheet initially be? Is it fixed, or a percentage of the screen height?
The text was updated successfully, but these errors were encountered: