whalemare / sheetmenu

Library for speedy implementation menu with BottomSheet
124 stars 18 forks source link

Create Grid Style #8

Closed AliAzaz closed 6 years ago

AliAzaz commented 6 years ago

Hi. Your library is too nice. Can you please tell me how I can create Grid layout menu item?

Thanks

whalemare commented 6 years ago

Hello, thanks for your feedback! You can do this, just applying your custom LayoutManager. In your case it will be GridLayoutManager.

You can check this sample for more details. I`m answered on your question?