Hi,
I have a program that I wrote some time ago that does the following:
Activity.Title = "SetCourse"
Activity.TitleColor = Colors.RGB(0, 255, 0) 'Lime
This program displays "SetCourse" in a lime green color, in a small font, with no icon at the front.
I have a new program where I do exactly the same but I get different results e.g.
1. Android icon at front
2. The text is much larger than the original program
3. The color does not change to what I have specified
Note: If I make change to the original program it still works as expected.
Any idea why these programs are behaving differently ?
Regards.... Trev
I have a program that I wrote some time ago that does the following:
Activity.Title = "SetCourse"
Activity.TitleColor = Colors.RGB(0, 255, 0) 'Lime
This program displays "SetCourse" in a lime green color, in a small font, with no icon at the front.
I have a new program where I do exactly the same but I get different results e.g.
1. Android icon at front
2. The text is much larger than the original program
3. The color does not change to what I have specified
Note: If I make change to the original program it still works as expected.
Any idea why these programs are behaving differently ?
Regards.... Trev