cs.Initialize.Append("").Color(Colors.red).PopAll
'Do not forget to load the layout file created with the visual designer. For example:
Activity.LoadLayout("Layout_Order")
Activity.Title = cs
dim lbltitle as label
lbltitle.Initialize("")
Activity.AddView(lbltitle,0,0,100%x,50dip)
lbltitle.Text = "Activity title"
lbltitle.TextColor = Colors.Black
lbltitle.Gravity = Gravity.CENTER_VERTICAL
lbltitle.TextSize = 20
Dim cd As ColorDrawable
cd.Initialize(Colors.Red,0)
lbltitle.Background = cd
Thanks, erel and ronell, my dream activity title bar like this, may i do that? If got order item then show like that cart, and have a menu item on right hand side.