Hi All,
@Erel Custom dialogs (see link belove) are very flexible and customizable dialogs but I have a problem setting a main color (final user don't accept colors different from the company design guidelines).
https://www.b4x.com/android/forum/t...-2017-custom-dialogs-and-async-methods.80204/
The problem is that I can set colors within the layout elements (edit text, panel etc) but I'm not able to set the main dialog color (the problem evidence is within the attached image).
@Erel Custom dialogs (see link belove) are very flexible and customizable dialogs but I have a problem setting a main color (final user don't accept colors different from the company design guidelines).
https://www.b4x.com/android/forum/t...-2017-custom-dialogs-and-async-methods.80204/
The problem is that I can set colors within the layout elements (edit text, panel etc) but I'm not able to set the main dialog color (the problem evidence is within the attached image).
B4X:
Dim sf As Object = DetailsDialog.ShowAsync("INS. MANUALE CODICE", "CONFERMA", "ANNULLA", "", LoadBitmap(File.DirAssets, "form.png"), True)
Any idea to solve this problem ?
[ATTACH=full]59942[/ATTACH]