- Thread starter
- #421
nonafo isn't in choice for the default skin - that's been my wish because as you all may see it is progressing slow and i'm not always able to keep it up2date what a default skin should be!
hakuna said:Do you know in which file I find the colour code?
<window>
<id>0</id>
<defaultcontrol>2</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<define>#header.cornertext:My TVSeries</define>
<controls>
<IMPORT>
<import>common.bgstandard.xml</import>
<IMPORT>
<import>common.cornertext.xml</import>
<IMPORT>
<import>common.timebar.xml</import>
<control>
<type>image</type>
<description>Series Logo</description>
<id>30</id>
<posX>240</posX>
<posY>84</posY>
<width>420</width>
<height>78</height>
<texture></texture>
</control>
<control>
<type>textbox</type>
<description>Title</description>
<id>40</id>
<posX>26</posX>
<posY>158</posY>
<width>680</width>
<textcolor>FFFFFFFF</textcolor>
<font>font16</font>
</control>
<control>
<type>textbox</type>
<description>Genre</description>
<id>33</id>
<posX>26</posX>
<posY>184</posY>
<width>680</width>
<align>right</align>
<textcolor>FFA9D0F7</textcolor>
<font>font13</font>
</control>
<control>
<type>textboxscrollup</type>
<description>Description</description>
<id>31</id>
<posX>26</posX>
<posY>205</posY>
<width>654</width>
<height>89</height>
<colordiffuse>ffffffff</colordiffuse>
<textcolor>FFFFFFFF</textcolor>
<font>font13</font>
</control>
<control>
<type>group</type>
<layout>StackLayout</layout>
<description>group element</description>
<animation>FlyInFromLeft</animation>
<posX>50</posX>
<posY>302</posY>
<control>
<description>Back</description>
<type>button</type>
<id>2</id>
<onright>50</onright>
<onup>5</onup>
<ondown>3</ondown>
<label>Back</label>
</control>
<control>
<description>View-As button</description>
<type>button</type>
<id>3</id>
<onright>50</onright>
<onup>2</onup>
<ondown>4</ondown>
<label>100</label>
</control>
</control>
<control>
<type>group</type>
<description>group element</description>
<id>28</id>
<animation>FlyInFromTop</animation>
<control>
<description>composite control consisting of a list control and a thumbnail panel</description>
<type>facadeview</type>
<id>50</id>
<control>
<description>listcontrol</description>
<type>listcontrol</type>
<id>50</id>
<posX>240</posX>
<posY>302</posY>
<height>200</height>
<onleft>2</onleft>
<onright>2</onright>
<onup>2</onup>
<ondown>2</ondown>
<spaceBetweenItems>2</spaceBetweenItems>
</control>
<control>
<description>Thumbnail Panel</description>
<type>thumbnailpanel</type>
<id>50</id>
<posX>240</posX>
<posY>302</posY>
<height>200</height>
<onleft>2</onleft>
<onright>2</onright>
<onup>2</onup>
<ondown>2</ondown>
</control>
</control>
</control>
<import>common.facade.xml</import>
</controls>
</window>