Android Question [Solved] How to change the background of B4XPreferencesDialog to a semi transparent black color

asales

Expert
Licensed User
Longtime User
I can change the B4XPreferencesDialog to use a blur background using this code:
B4X:
prefdialog.Dialog.BlurBackground = True
Is possible to change the backuground to use a semi transparent black color, like the B4XDialog?
b4xdialog1.jpg

Thanks in advance for any tip.
 

asales

Expert
Licensed User
Longtime User
I tried to change several properties (base.color, background, etc.), but not this.
It works. Thanks!!
 
Upvote 0
Top