homescreen alignment test
This commit is contained in:
parent
d2ef8c2f29
commit
8da2920578
|
@ -191,6 +191,8 @@
|
|||
</control>
|
||||
<control type="edit" id="12">
|
||||
<description>Default Edit</description>
|
||||
<font>buttonTitle</font>
|
||||
<textoffsetx>24</textoffsetx>
|
||||
</control>
|
||||
<control type="sliderex" id="13">
|
||||
<description>Default Slider</description>
|
||||
|
|
|
@ -35,6 +35,9 @@
|
|||
<effect type="fade" start="100" end="0" time="500" delay="0"/>
|
||||
</animation>
|
||||
<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>
|
||||
<width>18-col</width>
|
||||
<height>12-row</height>
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
- [COMPLETE] Music Videos
|
||||
- [COMPLETE] global search addon skinned
|
||||
- [COMPLETE] GameOSD.xml
|
||||
- [COMPLETE] Adjust alignment of home menu items based on item count
|
||||
|
||||
- Centre home menu items
|
||||
- restore player controls video
|
||||
- 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
|
||||
- Screenshots etc need updating
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[V1.3.3]
|
||||
- [FIXED] Weather label showing on homescreen even if no weather plugin enabled.
|
||||
- Minor tweaks
|
||||
|
|
Loading…
Reference in New Issue