this is with the estuary skin it only takes this code to make a easy to read 10 foot ui
example
View_50_List.xml
![Full sized picture Image]()
![Full sized picture Image]()
![Full sized picture Image]()
<control type="image">
<top>-150</top>
<left>0</left>
<width>110%</width>
<height>130</height>
<texture background="true" colordiffuse="button_focus" >dialogs/dialog-bg.png</texture>
</control>
<control type="label">
<top>-130</top>
<left>20</left>
<width>100%</width>
<height>93</height>
<font>font52_title</font>
<label>[COLOR WHITE][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/COLOR]</label>
<shadowcolor>black</shadowcolor>
<align>center</align>
</control>
example
View_50_List.xml
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="View_50_List">
<top>155</top>
<control type="image">
<top>-150</top>
<left>0</left>
<width>110%</width>
<height>130</height>
<texture background="true" colordiffuse="button_focus" >dialogs/dialog-bg.png</texture>
</control>
<control type="label">
<top>-130</top>
<left>20</left>
<width>100%</width>
<height>93</height>
<font>font52_title</font>
<label>[COLOR WHITE][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/COLOR]</label>
<shadowcolor>black</shadowcolor>
<align>center</align>
</control>



