Android Question B4x breadcrumb not changing color

Hanz

Active Member
I changed the color of the B4XBreadCrumb and its text placed them inside the B4XPage_Created sub so that it will automatically change after the page is created. After loading or showing the page, the same color appears. However, when I press it, that is the only time it will change. Is there away to change it aside from design time?

The code I used is like this
B4X:
brdProfile.TextColor = Colors.White
brdProfile.CrumbColor = -16743496
 
Top