android-bottomsheetdialog Questions

4

Update We finally have BottomSheet in Material3 follow this ans Link Recently I created a project using `material3` with `jetpack compose` but when I tried to import `ModalBottomSheetLayout` but...

4

Solved

I just want to get the BottomSheetDialog like below: margin from the system window. How can I get like this?
Sinatra asked 18/3, 2019 at 9:56

4

Solved

I am using NavigationComponent on my App. I have an specific flow where after a click on a button of BottomSheetDialogFragment the app should navigate to another fragment. But when that Fragment is...

2

Solved

I have a BottomSheetScaffold(), on button push the bottomsheet is coming up, all is working fine, but i want to prevent the user from swiping down the bottomsheet. Instead a button on the bottomshe...

4

Solved

I'm trying to make a BottomSheetDialog inside my MainActivity, but right now I'm using synthetic to bind my views. But now I'm stuck with how to attach ViewBinding to my BottomSheetDialog. Here's w...

8

I have a BottomSheetDialogFragment and i need to set my height in this dialog. I need, that when user tap on a button, dialog will appear and fills 85% of screen. How to do this?

2

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

3

I have run into a peculiar issue. The flow of the app is as below: Trigger bottom sheet dialog. The dialog fragment makes an api call to the server. A spinner is displayed while waiting for the ...
Genteel asked 20/4, 2020 at 12:1

3

Solved

I try to learn jetpack compose these days, and I have a simple project in jetpack compose, bottom sheet work in my project, but when I use bottom navigation, it is not work, I search in many websit...

1

Solved

Hello there I have a bottomsheet with some textViews (as button) when pressed it navigates to a diffrent fragment but the issue is when textView is pressed and navigated to the fragment still the b...

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

4

Solved

I'm trying to make the top corners of my BottomSheetDialog rounded, but I haven't had any luck with anything online. This is what I would like for it to look like: No matter what I've trie...

3

Question: How to use the latest WindowInset API to adjust space betweeen my dialog and softkeyboard? I have a BottomSheetDialog with some EditText. The default animation will show the soft keyboar...

3

Solved

I've seen this sort of gray handle bar decoration on BottomSheets in a few popular apps. This is a screenshot of a BottomSheet in Google Maps. Notice the gray handle/gripper at the top of the Botto...
Semiporcelain asked 1/2, 2020 at 4:8

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

Is there any way to display fragment on top of DialogFragment? When my BottomSheetDialogFragment is shown after some action I need to display another fragment (not type of dialog fragment) without ...

0

I have a very simple layout that I need to render into a BottomSheetDialog. The layout is just a scrolling view containing just TextViews and a button below the scrolling view (so the button is fix...

1

I have an app built with navigation component. I have a field in my graph which slide up a bottom sheet dialog fragment upon cliking on a filter icon on the toolbar. However, if i double clic...

2

There are around six different states in BottomSheetBehavior. I did not get any proper explanation of them. Like I don't understand difference between STATE_HIDDEN and STATE_COLLAPSED? Similarly...

1

Solved

I am using a BottomSheetDialogFragment class with Navigation Architecture component. I am following the Single activity pattern and therefore i have only one activity and several fragments. Below i...
1

© 2022 - 2024 — McMap. All rights reserved.