If not using Theme.Holo.Light the dialog looks like this:
If you write in the manifest
the dialogue looks like this:
How can I fix it, because in my application, a light theme is used and it is difficult to redo it.
Attached an example.
B4X:
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo.Light")
How can I fix it, because in my application, a light theme is used and it is difficult to redo it.
Attached an example.