Sub Simple2Buttons_Click
myMsgBox.Initialize(Activity, Me, "Default", "H", 2, 95%x, 200dip, LoadBitmap(File.DirAssets, "WarningIcon.png"))
myMsgBox.Title.Text = "Custom MsgBox v1.0"
myMsgBox.Message.Color = Colors.Black
myMsgBox.ShowSeparators(Colors.Red, Colors.red)
myMsgBox.Panel.Color = Colors.White
myMsgBox.ShowMessage("Simple box with 2 buttons, horizontal" & CRLF & "Custom separators color", "")