Android Question Custom dialogs and colors problem

luke2012

Well-Known Member
Licensed User
Longtime User
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).

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]
 

Attachments

  • custom_dialog.png
    custom_dialog.png
    20.1 KB · Views: 107

luke2012

Well-Known Member
Licensed User
Longtime User
Attached image....

The "header" and the "footer" of the dialog have a different color that final user don't want.
 

Attachments

  • custom_dialog.png
    custom_dialog.png
    20.1 KB · Views: 176
Upvote 0

AldoRodrigo

Member
Licensed User
[QUOTE = "DonManfred, publicación: 564833, miembro: 42649"] si tiene un problema:
1. ¡SIEMPRE crea una NUEVA HILO!
2. ¡NUNCA PUBLIQUE A HILOS EXISTENTES! Es el camino equivocado
3. Publique todas las informaciones relevantes para SU problema. [/ QUOTE]

ok, ok. Sorry..!
 
Upvote 0
Top