S Sergey_New Well-Known Member Licensed User Longtime User May 23, 2023 #1 If not using Theme.Holo.Light the dialog looks like this: Spoiler If you write in the manifest B4X: SetApplicationAttribute(android:theme, "@android:style/Theme.Holo.Light") the dialogue looks like this: Spoiler 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: 185
If not using Theme.Holo.Light the dialog looks like this: Spoiler If you write in the manifest B4X: SetApplicationAttribute(android:theme, "@android:style/Theme.Holo.Light") the dialogue looks like this: Spoiler How can I fix it, because in my application, a light theme is used and it is difficult to redo it. Attached an example.
Erel B4X founder Staff member Licensed User Longtime User May 23, 2023 #2 I'm sorry to say but you should never use the holo theme and you should never use CustomLayoutDialog. Both are things of the past. Upvote 0
I'm sorry to say but you should never use the holo theme and you should never use CustomLayoutDialog. Both are things of the past.
S Sergey_New Well-Known Member Licensed User Longtime User May 23, 2023 #3 Erel, thank you! What do you recommend for getting an asynchronous dialog like the one shown above? Upvote 0
S Sergey_New Well-Known Member Licensed User Longtime User May 24, 2023 #5 Thanks for the recommendation! Why is CustomLayoutDialog dangerous? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User May 24, 2023 #6 It is not dangerous. There are simply better options now. Upvote 0 Solution
S Sergey_New Well-Known Member Licensed User Longtime User May 24, 2023 #7 Erel said: There are simply better options now. Click to expand... I agree. I need to set the icon in the left corner of the TitleBar and the desired text. With B4XDialog I couldn't do it (with CSBuilder it doesn't work very nicely). Upvote 0
Erel said: There are simply better options now. Click to expand... I agree. I need to set the icon in the left corner of the TitleBar and the desired text. With B4XDialog I couldn't do it (with CSBuilder it doesn't work very nicely).