2011-08-12, 02:46 AM
Forgive me if this has been covered before (and I assume it has) and please point me in the right direction if there is an existing resource which covers this subject but...
Randomly picked from a skin xml file (Default\Popups\MessageBox.xml to be precise), what do the numbers for location and size mean...
I'm guessing that based on varying screen sizes, resolution etc the numbers are percentages of width/height? In other words relative rather than absolute pixels. What about font sizes?
I've tweaked skins over the years with gbpvr and lately some for npvr but it has always just been a case of juggling numbers and seeing how it looked rather than understanding what I was doing.
Cheers,
Brian
Randomly picked from a skin xml file (Default\Popups\MessageBox.xml to be precise), what do the numbers for location and size mean...
Code:
<Rect location="15.45,35.45" size="54.15,0.15" fillColor="Accent1_Horizontal_FadeIn"/>
I've tweaked skins over the years with gbpvr and lately some for npvr but it has always just been a case of juggling numbers and seeing how it looked rather than understanding what I was doing.
Cheers,
Brian