Skip to content

Conversation

@amary21
Copy link
Contributor

@amary21 amary21 commented Jun 18, 2022

added a bottom sheet customization with a rounded style at the top. The following is an example of its use::

  ModalBottomSheetDialogFragment.Builder()
      .add(R.menu.options)
      .add(OptionRequest(123, "Custom", R.drawable.ic_bluetooth_black_24dp))
      .add(R.menu.option_money)
      .rounded(true)
      .show(supportFragmentManager, "HI")

output
Screenshot_20220618_221121

@amary21 amary21 closed this Jun 18, 2022
@amary21 amary21 reopened this Jun 18, 2022
@Jawnnypoo
Copy link
Member

Looks great! I think this might cause issues with dark theme users though, I'll take a look later

@Jawnnypoo Jawnnypoo merged commit 691ec10 into Commit451:main Jun 28, 2022
@Jawnnypoo
Copy link
Member

Thanks again!

@amary21
Copy link
Contributor Author

amary21 commented Jun 28, 2022

You're welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants