Android Question [SOLVED] About MsgBox2 dialog background color!

Jones Hone

Active Member
Licensed User
Longtime User
I designed the app(with B4A), the MsgBox2 dialog suddenly changed from black background(figure A) to white background(figure B) today.
I don't know what I changed. Can someone tell me what might I have changed? Thank you very much.
Only one app is like this, My other apps are still Figure A
(Sorry! This app copyright belongs to our company, I can't upload the source code.)
b4aq1.jpg
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I designed the app(with B4A), the MsgBox2 dialog suddenly changed from black background(figure A) to white background(figure B) today.
I don't know what I changed. Can someone tell me what might I have changed?
It is related to the theme. Might have changed when you set the targetSdkVersion.

Add this line to the manifest editor:
B4X:
CreateResourceFromFile(Macro, Themes.DarkTheme)
 
Upvote 0

Jones Hone

Active Member
Licensed User
Longtime User
Oh,yes, I have modified targetSdkVersion.
The problem has been solved.
Thank you, Erel
 
Last edited:
Upvote 0
Top