RETURN TO MAIN SCREEN


 

FONT SIZE CHANGE ON NEXT STREET:

Makes the font size a little smaller so longer street names will display without scrolling.

BEFORE:
Loading!
AFTER:
Loading!
 


 

 

FILE: ui_hpi_sagan/800_480/ui/navigatemap_800_480.ui

Look for "ROADSHIELDEDTEXT " and replace that line.  The only thing that is changing is the fontsize, from 37 to 32.


BEFORE:

 <ROADSHIELDEDTEXT xxx template=xtxt x=247 y=12 z=10 w=255 h=50 ANIMATE=2 SCROLLSPEED=10 fontsize=37 font="FtraBd__" glowsize=1 color=#FFFFFF color2=#000000 color3=#000000 align="CENTER" textmodel_wstr="navigation.next_street_enc" GAP=15>
 

 

AFTER:

 <ROADSHIELDEDTEXT xxx template=xtxt x=247 y=12 z=10 w=255 h=50 ANIMATE=2 SCROLLSPEED=10 fontsize=32 font="FtraBd__" glowsize=1 color=#FFFFFF color2=#000000 color3=#000000 align="CENTER" textmodel_wstr="navigation.next_street_enc" GAP=15>