BottomSheetCoordinatorLayout icon indicating copy to clipboard operation
BottomSheetCoordinatorLayout copied to clipboard

I want Demo

Open tutuoo opened this issue 7 years ago • 7 comments

I will not use this layout.......I'm so stupid

tutuoo avatar May 02 '17 06:05 tutuoo

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>

natario1 avatar May 02 '17 12:05 natario1

I want Gif to run above Demo , But I downloaded only layout.

tutuoo avatar May 02 '17 12:05 tutuoo

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.

natario1 avatar May 02 '17 15:05 natario1

Ok,Thank you for your reply

tutuoo avatar May 02 '17 15:05 tutuoo

hello mate, can you post your layout xml example of the demo here i mean the layout behavior params and etc.

JenyaKirmiza avatar May 11 '17 12:05 JenyaKirmiza

@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

natario1 avatar May 13 '17 09:05 natario1

i've created a pull request #7 for a demo with latest androidx migration

kibotu avatar Aug 26 '19 14:08 kibotu