BottomSheetCoordinatorLayout
BottomSheetCoordinatorLayout copied to clipboard
I want Demo
I will not use this layout.......I'm so stupid
What exactly do you need? This is a just a special coordinator, you use it in your layouts as any other view. Put this inside your root CoordinatorLayout
, and it will act as a bottom sheet.
<CoordinatorLayout>
<!-- Main content... -->
<!-- Bottom sheet -->
<BottomSheetCoordinatorLayout>
<!-- Bottom sheet content, including AppBarLayouts or whatever -->
</BottomSheetCoordinatorLayout>
</CoordinatorLayout>
I want Gif to run above Demo , But I downloaded only layout.
The gif you see in the main page uses external components for altering positions, pinning views etc. that are not part of the library right now. I will consider adding these in the future.
Ok,Thank you for your reply
hello mate, can you post your layout xml example of the demo here i mean the layout behavior params and etc.
@JenyaKirmiza sorry, I will remove that gif since it shows things that are not supported by the library yet. I’ll work on a sample app and update this issue
i've created a pull request #7 for a demo with latest androidx migration