Questions tagged [android-bottomsheetdialog]

205 questions
0
votes
0 answers

ViewPager inside BottomSheet not getting it's ID

I have created below function : private void openFilterStudentBottomSheetDialog(){ View dialogView = getLayoutInflater().inflate(R.layout.bottomsheet_filter_students, null); BottomSheetDialog dialog = new…
0
votes
1 answer

How to set views in BottomSheetDialog for different state STATE_EXPANDED and STATE_COLLAPSED?

I have single layout with title, 3 items and button. I need to set just title, 1 item and button if state is STATE_COLLAPSED and all views fo STATE_EXPANDED. How I must to do this?
0
votes
0 answers

Are there any possible ways on the android native to display some sort of Dialog or BottomSheetDialog overlap to the soft keyboard

I'm just curious after using the Facebook application (my currently version is v249.0) for a while, On the comment part that you can have a comment which can be a text or some sort of image (image, sticker or GIF). My curiosity is here... If you…
0
votes
0 answers

Bottom sheet dialog fragment dismissed can not show again

I have a bottom sheet dialog fragment containing radio buttons. I dismiss the fragment on button checked change. First time the fragment showing without any problem. But after dismissing the fragment, it is not showing when I call…
0
votes
1 answer

Unable to scroll RecyclerView inside NestedScrollView inside BottomSheetBehavior

The problem is whenever i try to scroll RecyclerView, BottomSheet scrolls Main Layout
-1
votes
2 answers

How can I set the fetched data of my app from firebase to my bottomSheetView? (Kotlin)

its my first time in making question here in stackoverflow and I hope you understand how I structure this question like a newbie. So, I was working in a capstone project especifically a tracking device and I've been making progress just kinda stuck…
-1
votes
1 answer

Issue with the BottomSheetDialogFragment in - Android

I was just upgrading the old android project and everything I have done properly and at the last I am just getting below error : 2022-07-21 15:19:06.548 19455-19455/com.brian.skyazul E/USNET: USNET: appName: com.packagename 2022-07-21…
-1
votes
1 answer

How to make BottomSheetDialog with only Upper corners rounded?

This is what I want to achieve. The root of my bottom sheet is MaterialCardView. Below are the methods I tried and didn't get the exact result: Added background drawable directly and setBackgroundColor(Color.TRANSPARENT). Added background…
-1
votes
1 answer

NullPointerException when trying to get BottomSheetBehaviour, using Databinding

I am getting NullPointerException when I try to get BottomSheetBehaviour, below is my code MainActivity.kt class MainActivity : AppCompatActivity() { lateinit var activityMainBinding: ActivityMainBinding override fun…
Siddhpura Amit
  • 14,534
  • 16
  • 91
  • 150
-3
votes
1 answer

want to create BottomSheetDialogFragment Like Atttache One

i want my bottomsheet to behave like attached image in stages like default,dragged and close.
1 2 3
13
14