Posts: 18
Joined: Oct 2009
Reputation:
0
Can someone help me figure out how to brighten the text on the RightListView at the top that gives the "Item count", "Duration" and "Page count"? I have tried everything I can think of. Making the font white instead of grey and removing the texture underneath help, but still doesn't really fix it. It really needs the texture underneath with a bright font.
Posts: 18
Joined: Oct 2009
Reputation:
0
Thanks butchabay for your quick response. I have already messed with changing the font, size and color. It does help a little, but doesn't seem to look quite right. It is like the background texture is on top of the font instead of the other way around. Is that possible? If so, is there any way to fix it?
Posts: 329
Joined: Nov 2009
Reputation:
0
2011-01-19, 22:19
(This post was last modified: 2011-01-19, 22:22 by Malexx.)
hi,
you need to make it like this if you want a quick fix.
go into MyVideonav.xml
On Line 114 cut out "<include>CommonPageCount</include>"
and paste it for example in Line 450 under the clock.
Should look like this then
<include>Clock</include>
<include>CommonPageCount</include>
Thats it.
Edit: Dont know if in Original Cirrus its Line 114,on our Mod it is,otherwise just search for the <include>CommonPageCount</include> and cut and paste it under the clock
Posts: 94
Joined: Jul 2009
Reputation:
15
2011-01-20, 05:39
(This post was last modified: 2011-01-20, 15:10 by booker88.)
It was on line 67 in mine (MyVideonav.xml)... and that is a great tip Malexx.
Very easy to read the header now. Thanks!
Posts: 18
Joined: Oct 2009
Reputation:
0
Thanks Malexx. That fixed it for me too.
Posts: 1,547
Joined: Jun 2005
Reputation:
2
It was on line 67 of my MyVideoNav.xml too. Thanks for this tip Malexx. It had been driving me nuts, but damned if I could figure out the fix. Kudos!