hello everyone !! i am trying to align title bar text to center horizontally , but dont works ... :c code : Dim cs As CSBuilder cs.Initialize.Alignment("ALIGN_CENTER").Append("Menu Saúde").PopAll B4XPages.SetTitle(Me,cs)
hello everyone !! i am trying to align title bar text to center horizontally , but dont works ... :c code : Dim cs As CSBuilder cs.Initialize.Alignment("ALIGN_CENTER").Append("Menu Saúde").PopAll B4XPages.SetTitle(Me,cs)
Hi, This class allows to create Action Bars. There was already a good library to do that (AHActionBar) but I needed more features and more flexibility. So here is my version. Tutorials: How they do #2, How they do #3 v1.1: Fixed a bug in RemoveButton Added ReplacePressedDrawable Fixed...