diff options
Diffstat (limited to 'addons/skin.confluence/720p/AddonBrowser.xml')
-rw-r--r-- | addons/skin.confluence/720p/AddonBrowser.xml | 101 |
1 files changed, 32 insertions, 69 deletions
diff --git a/addons/skin.confluence/720p/AddonBrowser.xml b/addons/skin.confluence/720p/AddonBrowser.xml index b631461d52..3767088ed4 100644 --- a/addons/skin.confluence/720p/AddonBrowser.xml +++ b/addons/skin.confluence/720p/AddonBrowser.xml @@ -1,7 +1,7 @@ <window id="40"> <defaultcontrol always="true">50</defaultcontrol> <allowoverlay>no</allowoverlay> - <views>50,51,550</views> + <views>50,51,550,551</views> <controls> <include>CommonSettingsBackground</include> <include>CommonMediaPlayingBackground</include> @@ -78,80 +78,59 @@ <include>CommonRootView</include> <!-- view id = 50 --> <include>FullWidthList</include> <!-- view id = 51 --> <include>AddonInfoListView1</include> <!-- view id = 550 --> + <include>AddonInfoThumbView1</include> <!-- view id = 551 --> </control> <include>CommonPageCount</include> <include>BehindDialogFadeOut</include> <include>ScrollOffsetLabel</include> <control type="group"> - <animation effect="slide" start="0,0" end="250,0" time="400" tween="quadratic" easing="out" condition="ControlGroup(9000).HasFocus | Control.HasFocus(8999)">Conditional</animation> - <animation effect="slide" start="0,0" end="-250,0" time="400" tween="quadratic" easing="out" condition="ControlGroup(9000).HasFocus | Control.HasFocus(8999)">WindowClose</animation> - <control type="button" id="8999"> - <description>Fake button for mouse control</description> - <posx>-250</posx> - <posy>0</posy> - <width>265</width> - <height>720</height> - <label>-</label> - <font>-</font> - <texturenofocus>-</texturenofocus> - <texturefocus>-</texturefocus> - <visible>true</visible> - </control> + <posx>-250</posx> <include>SideBladeLeft</include> - <control type="image"> - <description>LOGO</description> - <posx>-230</posx> - <posy>50</posy> - <width>220</width> - <height>80</height> - <aspectratio>keep</aspectratio> - <texture>Confluence_Logo.png</texture> - </control> - <control type="group" id="9000"> - <posx>-250</posx> - <posy>130</posy> - <include>CommonNowPlaying</include> + <control type="grouplist" id="9000"> + <posx>0</posx> + <posy>110</posy> + <width>250</width> + <height>550</height> + <onleft>9000</onleft> + <onright>50</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <itemgap>0</itemgap> + <control type="label" id="200"> + <width>250</width> + <height>45</height> + <font>font12caps</font> + <label>View Options</label> + <textcolor>blue</textcolor> + <align>center</align> + <aligny>center</aligny> + </control> <control type="button" id="2"> <description>View As button</description> - <posx>0</posx> - <posy>0</posy> <textwidth>235</textwidth> <include>ButtonCommonValues</include> <label>-</label> - <onleft>50</onleft> - <onright>50</onright> - <onup>611</onup> - <ondown>3</ondown> </control> <control type="button" id="3"> <description>Sort by button</description> - <posx>0</posx> - <posy>40</posy> <include>ButtonCommonValues</include> <label>103</label> - <onleft>50</onleft> - <onright>4</onright> - <onup>2</onup> - <ondown>5</ondown> </control> <control type="togglebutton" id="4"> <description>Sort asc</description> - <posx>220</posx> - <posy>53</posy> - <label>-</label> - <onleft>3</onleft> - <onright>50</onright> - <onup>2</onup> - <ondown>5</ondown> + <include>ButtonCommonValues</include> + <alttexturefocus border="5">button-focus.png</alttexturefocus> + <alttexturenofocus>-</alttexturenofocus> + <label>31051</label> + <altlabel>31050</altlabel> + <usealtlabel>Container.SortDirection(Ascending)</usealtlabel> </control> - <control type="label"> - <posx>0</posx> - <posy>90</posy> + <control type="label" id="201"> <width>250</width> <height>45</height> <font>font12caps</font> - <label>$LOCALIZE[24002]</label> - <textcolor>dialogheader</textcolor> + <label>31026</label> + <textcolor>blue</textcolor> <align>center</align> <aligny>center</aligny> </control> @@ -161,10 +140,6 @@ <posy>130</posy> <include>ButtonCommonValues</include> <label>24063</label> - <onleft>50</onleft> - <onright>50</onright> - <onup>3</onup> - <ondown>6</ondown> </control> <control type="radiobutton" id ="6"> <description>No notifications</description> @@ -172,26 +147,14 @@ <posy>170</posy> <include>ButtonCommonValues</include> <label>25000</label> - <onleft>50</onleft> - <onright>50</onright> - <onup>5</onup> - <ondown>610</ondown> </control> <control type="button" id="610"> <description>Fake Button to fix Player Controls Navigation</description> - <onup>6</onup> - <ondown>603</ondown> <visible>false</visible> </control> - <control type="group"> - <posx>0</posx> - <posy>260</posy> - <include>CommonNowPlaying_Controls</include> - </control> + <include>CommonNowPlaying_Controls</include> <control type="button" id="611"> <description>Fake Button to fix Player Controls Navigation</description> - <onup>608</onup> - <ondown>2</ondown> <visible>false</visible> </control> </control> |