homescreen alignment test

This commit is contained in:
theDeadMan 2018-06-17 17:24:30 +01:00
parent d2ef8c2f29
commit 8da2920578
3 changed files with 6 additions and 6 deletions

View File

@ -191,6 +191,8 @@
</control> </control>
<control type="edit" id="12"> <control type="edit" id="12">
<description>Default Edit</description> <description>Default Edit</description>
<font>buttonTitle</font>
<textoffsetx>24</textoffsetx>
</control> </control>
<control type="sliderex" id="13"> <control type="sliderex" id="13">
<description>Default Slider</description> <description>Default Slider</description>

View File

@ -35,6 +35,9 @@
<effect type="fade" start="100" end="0" time="500" delay="0"/> <effect type="fade" start="100" end="0" time="500" delay="0"/>
</animation> </animation>
<posx>col-5-begin</posx> <posx>col-5-begin</posx>
<animation condition="string.isEqual(Container(9000).NumItems,1)" effect="slide" end="432,0" time="0">conditional</animation>
<animation condition="string.isEqual(Container(9000).NumItems,2)" effect="slide" end="288,0" time="0">conditional</animation>
<animation condition="string.isEqual(Container(9000).NumItems,3)" effect="slide" end="144,0" time="0">conditional</animation>
<posy>row-12-begin</posy> <posy>row-12-begin</posy>
<width>18-col</width> <width>18-col</width>
<height>12-row</height> <height>12-row</height>

View File

@ -29,8 +29,8 @@
- [COMPLETE] Music Videos - [COMPLETE] Music Videos
- [COMPLETE] global search addon skinned - [COMPLETE] global search addon skinned
- [COMPLETE] GameOSD.xml - [COMPLETE] GameOSD.xml
- [COMPLETE] Adjust alignment of home menu items based on item count
- Centre home menu items
- restore player controls video - restore player controls video
- Add volume passthrough / % volume control (see https://github.com/xperience1080/skin.xperience1080/blob/master/1080i/DialogVolumeBar.xml) - Add volume passthrough / % volume control (see https://github.com/xperience1080/skin.xperience1080/blob/master/1080i/DialogVolumeBar.xml)
@ -38,11 +38,6 @@
- check controls for new window: MyGames.xml - check controls for new window: MyGames.xml
- Screenshots etc need updating - Screenshots etc need updating
[V1.3.3] [V1.3.3]
- [FIXED] Weather label showing on homescreen even if no weather plugin enabled. - [FIXED] Weather label showing on homescreen even if no weather plugin enabled.
- Minor tweaks - Minor tweaks