BottomSheetLayout
BottomSheetLayout copied to clipboard
Simple bottom sheet view for Android
how yo disable swipe while using the library not whole code.
can we use **Menu item** instead of **imageView** for the button (i.e: imageViewArrow) ? please answer me quickly. menu.xml >> bottom_navigation_menu.xml ``` ``` Activity.kt ``` profileFragment.setOnClickListener { bottomBarLayout.toggle() } bottomBarLayout.setOnProgressListener...
ListView
How to make ListView scrollable inside bottomsheetlayout?
Hi, I want to use this as a top and bottom sheet layout, the problem is that when you use it on top it will disappear, is there any way...
i can not expand and collapse BottomSheetLayout on of other view. please help me
Many thanks for great work, however, when I add a seek bar, it doesn't work. I need your urgent help. thank you
I am adding background selectors in the items inside bottomsheetLayout but it seems that doesnt work. IDK why. this is the layout: ``` ``` This is the selector (selector_bg_abbey.xml): ```...