I tried to set option in designer and use activity.titlecolor but the collor do cnanges, can any one tel me whats wrong Ps when i chages Activity.Title i works but not to changes colcor. The help says that the colcor has to been an int, what is the integer for ex red and blue?
Hi Volvomann. Welcome back. We missed in the forum. The following in the sequence and order I am showing here works:
B4X:
Dim Textcolor1 As Int = Colors.RGB(245,168,73)
Activity.LoadLayout("Test") 'Replace with your layout
Activity.Title = "Volvomann"
Activity.TitleColor = Textcolor1
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.