Kennyc1012 / BottomSheetMenu

BottomSheetMenu style dialogs for Android
Apache License 2.0
887 stars 99 forks source link

customize dim background color #47

Closed obraz closed 5 years ago

obraz commented 6 years ago

can make a dim background color customizable?

Kennyc1012 commented 6 years ago

You would need to override the android:windowBackground attribute in the dialogs theme.

obraz commented 6 years ago

I tried

screen shot 2018-01-30 at 3 56 27 pm but it did not change anything

Kennyc1012 commented 6 years ago

That's not how a style should be formatted, see the examples in the README

obraz commented 6 years ago

I updated my comment. android:windowBackground does not work

Kennyc1012 commented 5 years ago

Should be fixed with 3.0.0 release