Skip to content

Commit

Permalink
Added: Animation to setting dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sranshaft committed Apr 1, 2013
1 parent 4c83ce4 commit 8b70557
Show file tree
Hide file tree
Showing 16 changed files with 509 additions and 310 deletions.
12 changes: 5 additions & 7 deletions 720p/DialogAddonSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,13 @@
<include>Common_Settings_Background</include>

<control type="group">

<include>Common_Settings_Header_Back</include>

<control type="label">

<posx>60</posx>
<posy>22</posy>
<width>420</width>
<height>32</height>
<include>Common_Settings_Header</include>
<label>Settings</label>
<font>Settings-Menu-Header</font>
<textcolor>Settings_Header</textcolor>
<aligny>top</aligny>

</control>

Expand All @@ -46,6 +42,8 @@
<posy>0</posy>
<width>700</width>
<height>480</height>

<include>Common_Animation_Settings_Options</include>

<control type="grouplist" id="2">

Expand Down
14 changes: 7 additions & 7 deletions 720p/DialogContentSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<defaultcontrol always="true">3</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<backgroundcolor>0xFFFFFFFF</backgroundcolor>

<include>Common_Animation_Window</include>

<controls>

Expand All @@ -12,16 +14,12 @@

<control type="group">

<include>Common_Settings_Header_Back</include>

<control type="label" id="20">

<posx>60</posx>
<posy>22</posy>
<width>420</width>
<height>32</height>
<include>Common_Settings_Header</include>
<label>$LOCALIZE[20333]</label>
<font>Settings-Menu-Header</font>
<textcolor>Settings_Header</textcolor>
<aligny>top</aligny>

</control>

Expand Down Expand Up @@ -107,6 +105,8 @@
<width>700</width>
<height>480</height>

<include>Common_Animation_Settings_Options</include>

<control type="label">

<posx>0</posx>
Expand Down
24 changes: 15 additions & 9 deletions 720p/DialogContextMenu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@

<controls>

<control type="image">

<include>Common_Dimensions</include>
<texture background="true">colors/color_white.png</texture>
<colordiffuse>FanartDiffuse</colordiffuse>

<include>Common_Animation_Window_Dark</include>

</control>

<control type="group">

<posx>1280</posx>
Expand All @@ -33,17 +43,13 @@

</control>

<include>Common_ContextMenu_Header_Back</include>

<control type="label">

<posx>32</posx>
<posy>22</posy>
<width>256</width>
<height>32</height>
<label>menu</label>
<font>Menu-Header</font>
<textcolor>Label_Normal</textcolor>
<aligny>top</aligny>

<include>Common_ContextMenu_Header</include>
<label>Menu</label>

</control>

<control type="grouplist" id="996">
Expand Down
14 changes: 7 additions & 7 deletions 720p/DialogMediaSource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,13 @@

<!--Menu-->
<control type="group">

<include>Common_Settings_Header_Back</include>

<control type="label">

<posx>60</posx>
<posy>22</posy>
<width>420</width>
<height>32</height>
<include>Common_Settings_Header</include>
<label>Sources</label>
<font>Settings-Menu-Header</font>
<textcolor>Settings_Header</textcolor>
<aligny>top</aligny>

</control>

Expand Down Expand Up @@ -120,6 +116,8 @@

<visible>Container(98).HasFocus(1)</visible>

<include>Common_Animation_Settings_Options</include>

<control type="label" id="0">

<description></description>
Expand Down Expand Up @@ -369,6 +367,8 @@
<onleft>98</onleft>
<orientation>vertical</orientation>
<visible>Container(98).HasFocus(2)</visible>

<include>Common_Animation_Settings_Options</include>

<control type="label" id="0">

Expand Down
Loading

0 comments on commit 8b70557

Please sign in to comment.