Location Detail BottomSheet
See original GitHub issueright now when we click a point location in a map, it only shows locationName, it is not so informative
instead, we can show a second bottomsheet showing the detail information about the location, reuse partial_country_info
will do, might also add Pin to Dashboard
button to make it easier for user to reach
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Sheets: bottom - Material Design
The location information in this standard bottom sheet initially extends below the screen edge. It can be dragged into view.
Read more >Detail explanation of all states in BottomSheetBehavior Android
STATE_COLLAPSED – is visible but only showing its peek height. This state is usually the 'resting position' of a Bottom Sheet. STATE_EXPANDED – ......
Read more >lucaszischka/BottomSheet: A sliding Sheet from the bottom of ...
bottomSheetPosition : A binding that holds the current position/state of the BottomSheet. If you don't want the BottomSheet to be drag-able and the...
Read more >BottomSheetBehavior - Android Developers
An interaction behavior plugin for a child view of CoordinatorLayout to make it work as a bottom sheet. To send useful accessibility events, ......
Read more >Bottom Sheet in SwiftUI on iOS 16 with presentationDetents ...
A bottom sheet is a UI component that slides up from the bottom of the screen with content that supplements the primary screen....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Done mas @fajarnuha
Good idea mas @fajarnuha @pandubaraja I will create PR for this tonight.