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...

2

For example, I have MyBottomSheetDialogFragment with Compose LazyColumn code in the application: class MyBottomSheetDialogFragment : BottomSheetDialogFragment() { override fun onCreateView( infla...

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...

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...

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...
1

© 2022 - 2024 — McMap. All rights reserved.