B4J Question [ABMaterial] How to disable page shading when modal displayed?

stanmiller

Active Member
Licensed User
Longtime User
I'm using a bottom modal to display a "cookie" notice.
B4X:
    myBottomModal.Initialize(page, "bottomsheet", Not(FIXED_FOOTER), ABM.MODALSHEET_TYPE_BOTTOM, "")
    myBottomModal.Content.UseTheme(ABMShared.THEME_COOKIE_FOOT)
    myBottomModal.Footer.UseTheme(ABMShared.THEME_COOKIE_FOOT)
    myBottomModal.IsDismissible = False

3_cookie_notice_zpsgw7atzka.jpg


Is there a way to disable the shading of the page in the background?

I like that the user can still scroll through the page content while the modal is visible, but have the page in the standard luminosity.
 
Last edited:

alwaysbusy

Expert
Licensed User
Longtime User
Upvote 0
Top