Nessus85100 / Bello

A GUI for XBMC Media Center
Other
54 stars 25 forks source link

How would I change the font size of items in lists, such as movie titles? #48

Closed captain-caveman closed 9 years ago

captain-caveman commented 9 years ago

I want to increase the font size of list items, specifically movie titles. I've looked through a number of the xml files, but have not been able to determine where this change needs to be made. Any help is appreciated.

Nessus85100 commented 9 years ago

If you mean the ListView the code for the videos ListView titles is here... https://github.com/Nessus85100/Bello/blob/master/720p/ViewsVideos.xml#L546 https://github.com/Nessus85100/Bello/blob/master/720p/ViewsVideos.xml#L674

captain-caveman commented 9 years ago

That was exactly what I needed. Thanks a million!