python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Scroll issue with LazyColumn inside BottomSheetDialogFragment
I use LazyColumn inside BottomSheetDialogFragment, but if to scroll LazyColumn list UP then Bottom Sheet Dialog scrolls instead of LazyColumn list. Seems like BottomSheetDialogFragment intercepts user...

Mike
Votes: 0
Answers: 4
Jetpack Compose BottomSheetScaffold sheetGestures disabled but gestures still works when child component is scrollable
I have a BottomSheetScaffold inside my android app that looks like the following:
BottomSheetScaffold(
sheetGesturesEnabled = false,
sheetContent = { MyContent() },
scaffoldSt...

J. Hegg
Votes: 0
Answers: 1
Android material bottomsheet half-expanded state with dynamic height
I crateed a bottomSheet with this xml code:
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://sche...
javadroid
Votes: 0
Answers: 0
BottomSheet : The view is not a child of CoordinatorLayout
I've checked other posts having this problem and they said use <merge> instead of <include> but when i use <merge> it shows red in my fragment.xml file, there is no such tag. How can...

AhChing11
Votes: 0
Answers: 2