Android Question CustomLayoutDialog & Theme.Holo.Light

Sergey_New

Well-Known Member
Licensed User
Longtime User
If not using Theme.Holo.Light the dialog looks like this:
1.png
If you write in the manifest
B4X:
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo.Light")
the dialogue looks like this:
2.png

How can I fix it, because in my application, a light theme is used and it is difficult to redo it.
Attached an example.
 

Attachments

  • B4A Samples1.zip
    7.5 KB · Views: 69
Top