bottomsheetdialogfragment Questions
0
Problem
When opening a BottomSheetDialogFragment, with composable content, and TalkBack enabled, the app label is announced immediately. This is an unexpected and jarring experience for TalkBack us...
Playmate asked 15/3 at 16:18
2
For example, I have MyBottomSheetDialogFragment with Compose LazyColumn code in the application:
class MyBottomSheetDialogFragment : BottomSheetDialogFragment() {
override fun onCreateView(
infla...
android-jetpack-composeandroid-bottomsheetdialogbottomsheetdialogfragmentandroid-jetpack-compose-listlazycolumn
Clincher asked 14/1, 2022 at 12:32
1
I have BottomSheetDialogFragment which required to open in expanded state and should skip collapsed state while swipedown.
The problem is, I get unexpected behavior sometimes
Why I am getting this...
Galatia asked 18/1, 2021 at 9:29
1
Solved
I just started using a BottomSheetDialogFragment in my app, however it seems to ignore my app themes. My app uses a dark theme, and the BottomSheetDialogFragment displays with a white background an...
Bateman asked 19/9, 2021 at 16:21
2
Solved
I have implemented bottomsheet using bottomsheetdialogfragment. But default it's having dimming effect (Scrim). How to remove or change that dimming effect(scrim) to invisible, so that I can see ot...
Nunhood asked 23/12, 2020 at 8:48
1
© 2022 - 2024 — McMap. All rights reserved.