forked from xbmc/skin.confluence
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request xbmc#194 from bossanova808/Nexus
Nexus - Changes & Fixes
- Loading branch information
Showing
14 changed files
with
688 additions
and
395 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<window> | ||
<defaultcontrol always="true">6</defaultcontrol> | ||
<coordinates> | ||
<left>110</left> | ||
<top>60</top> | ||
</coordinates> | ||
<include>dialogeffect</include> | ||
<controls> | ||
<control type="group"> | ||
<control type="image"> | ||
<description>background image</description> | ||
<left>0</left> | ||
<top>0</top> | ||
<width>1060</width> | ||
<height>580</height> | ||
<texture border="40">DialogBack.png</texture> | ||
<visible>!Window.IsVisible(Slideshow)</visible> | ||
</control> | ||
<control type="image"> | ||
<description>background image</description> | ||
<left>0</left> | ||
<top>0</top> | ||
<width>1060</width> | ||
<height>580</height> | ||
<texture border="40">DialogBack2.png</texture> | ||
<visible>Window.IsVisible(Slideshow)</visible> | ||
</control> | ||
<control type="image"> | ||
<description>Dialog Header image</description> | ||
<left>40</left> | ||
<top>16</top> | ||
<width>980</width> | ||
<height>40</height> | ||
<texture>dialogheader.png</texture> | ||
</control> | ||
<control type="label"> | ||
<description>header label</description> | ||
<left>40</left> | ||
<top>20</top> | ||
<width>980</width> | ||
<height>30</height> | ||
<font>font13_title</font> | ||
<label>Colour</label> | ||
<align>center</align> | ||
<aligny>center</aligny> | ||
<textcolor>selected</textcolor> | ||
<shadowcolor>black</shadowcolor> | ||
</control> | ||
<control type="button"> | ||
<description>Close Window button</description> | ||
<left>970</left> | ||
<top>15</top> | ||
<width>64</width> | ||
<height>32</height> | ||
<label/> | ||
<font/> | ||
<onclick>PreviousMenu</onclick> | ||
<texturefocus>DialogCloseButton-focus.png</texturefocus> | ||
<texturenofocus>DialogCloseButton.png</texturenofocus> | ||
<onleft>2</onleft> | ||
<onright>2</onright> | ||
<onup>2</onup> | ||
<ondown>2</ondown> | ||
<visible>system.getbool(input.enablemouse)</visible> | ||
</control> | ||
|
||
<!-- Color picker panel --> | ||
<control type="panel" id="6"> | ||
<left>15</left> | ||
<top>60</top> | ||
<width>1020</width> | ||
<bottom>26</bottom> | ||
<onup>6</onup> | ||
<ondown>6</ondown> | ||
<onleft>9001</onleft> | ||
<onright>61</onright> | ||
<orientation>vertical</orientation> | ||
<pagecontrol>61</pagecontrol> | ||
<viewtype label="100">icon</viewtype> | ||
<itemlayout height="50" width="60"> | ||
<control type="group"> | ||
<control type="image"> | ||
<top>3</top> | ||
<left>8</left> | ||
<width>56</width> | ||
<height>46</height> | ||
<texture border="0">colors/white.png</texture> | ||
<colordiffuse>$INFO[ListItem.Label2]</colordiffuse> | ||
<aspectratio>stretch</aspectratio> | ||
</control> | ||
</control> | ||
</itemlayout> | ||
<focusedlayout height="50" width="60"> | ||
<control type="group"> | ||
<animation effect="zoom" time="200" tween="sine" easing="inout" start="100" end="124" center="auto">Focus</animation> | ||
<control type="image"> | ||
<top>3</top> | ||
<left>8</left> | ||
<width>56</width> | ||
<height>46</height> | ||
<texture border="0">colors/white.png</texture> | ||
<colordiffuse>$INFO[ListItem.Label2]</colordiffuse> | ||
<aspectratio>stretch</aspectratio> | ||
</control> | ||
</control> | ||
</focusedlayout> | ||
</control> | ||
|
||
<control type="label"> | ||
<description>name of colour</description> | ||
<left>730</left> | ||
<top>530</top> | ||
<width>300</width> | ||
<height>35</height> | ||
<font>font12</font> | ||
<align>right</align> | ||
<aligny>center</aligny> | ||
<scroll>true</scroll> | ||
<textcolor>grey</textcolor> | ||
<label>[COLOR button_focus]$LOCALIZE[737]: [/COLOR]$INFO[Container(6).ListItem.Label,, - ]$INFO[Container(6).ListItem.Label2,#,]</label> | ||
</control> | ||
|
||
</control> | ||
</controls> | ||
</window> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<window> | ||
<defaultcontrol always="true">50</defaultcontrol> | ||
<menucontrol>9000</menucontrol> | ||
<onload condition="!Skin.HasSetting(FirstTimeRun)">ActivateWindow(1112)</onload> | ||
<views>50,51,500</views> | ||
<controls> | ||
<include>CommonBackground</include> | ||
<include>ContentPanelBackgrounds</include> | ||
<control type="group"> | ||
<include>Window_OpenClose_Animation</include> | ||
<!-- view id = 50 --> | ||
<include>CommonRootView</include> | ||
<!-- view id = 51 --> | ||
<include>FullWidthList</include> | ||
<!-- view id = 500 --> | ||
<include>ThumbnailView</include> | ||
</control> | ||
<control type="group"> | ||
<depth>DepthFooter</depth> | ||
<include>CommonPageCount</include> | ||
<include>CommonNowPlaying</include> | ||
</control> | ||
<include>MainWindowMouseButtons</include> | ||
<include>BehindDialogFadeOut</include> | ||
<include>ScrollOffsetLabel</include> | ||
<include content="CommonWindowHeader"> | ||
<param name="Icon" value="icon_favourites" /> | ||
<param name="Label" value="$LOCALIZE[10134]" /> | ||
</include> | ||
<control type="group"> | ||
<left>-250</left> | ||
<include>SideBladeLeft</include> | ||
<control type="grouplist" id="9000"> | ||
<left>0</left> | ||
<top>110</top> | ||
<width>250</width> | ||
<height>600</height> | ||
<onleft>9000</onleft> | ||
<onright>50</onright> | ||
<onup>9000</onup> | ||
<ondown>9000</ondown> | ||
<onback>50</onback> | ||
<itemgap>0</itemgap> | ||
<control type="label" id="200"> | ||
<width>250</width> | ||
<height>35</height> | ||
<font>font12</font> | ||
<label>31006</label> | ||
<textcolor>blue</textcolor> | ||
<align>center</align> | ||
<aligny>center</aligny> | ||
</control> | ||
<control type="button" id="2"> | ||
<description>View As button</description> | ||
<textwidth>235</textwidth> | ||
<include>ButtonCommonValues</include> | ||
<label/> | ||
</control> | ||
<control type="button" id="3"> | ||
<description>Sort by button</description> | ||
<include>ButtonCommonValues</include> | ||
<label>103</label> | ||
</control> | ||
<control type="togglebutton" id="4"> | ||
<description>Sort asc</description> | ||
<include>ButtonCommonValues</include> | ||
<alttexturefocus border="5">button-focus.png</alttexturefocus> | ||
<alttexturenofocus/> | ||
<label>31051</label> | ||
<altlabel>31050</altlabel> | ||
<usealttexture>Container.SortDirection(Ascending)</usealttexture> | ||
</control> | ||
<control type="edit" id="19"> | ||
<visible>Container.CanFilter + !Container.CanFilterAdvanced</visible> | ||
<description>Filter</description> | ||
<textwidth>230</textwidth> | ||
<include>ButtonCommonValues</include> | ||
<label>587</label> | ||
</control> | ||
<control type="radiobutton" id="20"> | ||
<visible>Container.CanFilterAdvanced</visible> | ||
<description>Filter</description> | ||
<include>ButtonCommonValues</include> | ||
<label>587</label> | ||
<onclick>right</onclick> | ||
<onclick>Filter</onclick> | ||
</control> | ||
<include>CommonNowPlaying_Controls</include> | ||
</control> | ||
</control> | ||
</controls> | ||
</window> |
Oops, something went wrong.