Android Question xTraViews Library - (DialogView) message is not transparent?

T201016

Active Member
Licensed User
Longtime User
@Periklis Koutsogiannis

I have a question.
Can you build a similar message background as on the attached picture?
I tried with Colors.Transparent, but the background of the message is not transparent.

B4X:
Sub BtnDialog1_Click
    Dim Dialog As DialogView

'Configure the message
    Dim MessageBackground As ColorDrawable : MessageBackground.Initialize(Colors.Transparent, ....)
    Dialog.Options.Elements.Message.Set(....)

    ....
 

Attachments

  • 2017-09-20_msgbox 01.png
    2017-09-20_msgbox 01.png
    196 KB · Views: 209
Last edited:
Top