Increase the font size of the N9 conversation view.
Submitted by msameer on Thu, 03/11/2011 - 12:42am
If you care about the readability more than you care about the eye candy then that's for you ;-)
1) You need to enable developer mode and ssh to the N9.
2) # mkdir -p /usr/share/themes/blanco/meegotouch/libmessagingwidgets0/style/
3) # vi /usr/share/themes/blanco/meegotouch/libmessagingwidgets0/style/libmessagingwidgets0.css
4) Insert the following lines:
BubbleItem MLabelStyle#BubbleItemMessageIncoming {
font: $FONT_FAMILY 32px;
}
BubbleItem MLabelStyle#BubbleItemMessageOutgoing {
font: $FONT_FAMILY 32px;
}
BubbleItem MLabelStyle#BubbleTimeStampLabelOutgoing {
font: $FONT_FAMILY light 32px;
}
BubbleItem MLabelStyle#BubbleTimeStampLabelIncoming {
font: $FONT_FAMILY light 32px;
}
5) # su - user
6) $ killall -KILL messaging-ui
7) Enjoy :-)
Under:











How would you increase the font size System-wide?
Thanks!
Hi, thanks for the info,
Now a simple question, how can i make the web browser or WEB APPS, use or make their fonts appears like the way it does in the RSS feed App
Hi I wanted to know if we can make the web browser on the N9 render fonts, the same way as the RSS App on the Nokia N9
What do you mean ? What's wrong with the fonts ?
Hello, I've made all the operations, but when I reach
dot 4) Insert the following lines: etc etc
WHERE?
Thankyou