--- a/mpviewplugins/mpcollectionviewplugin/resources/musiccollection.docml Fri Aug 06 16:51:36 2010 -0500
+++ b/mpviewplugins/mpcollectionviewplugin/resources/musiccollection.docml Tue Aug 24 03:36:14 2010 -0500
@@ -1,14 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<hbdocument version="0.9">
<widget name="mainContainer" type="HbWidget">
+ <widget name="infoBar" type="HbGroupBox">
+ <sizehint type="PREFERRED" height="0.0" width="var(hb-param-screen-width)"/>
+ </widget>
<widget name="nowPlaying" type="MpNowPlayingWidget">
- <sizehint type="MAXIMUM" height="0.0" />
+ <sizehint type="PREFERRED" height="0.0" width="var(hb-param-screen-width)"/>
</widget>
<widget name="container" type="HbWidget">
<sizehint height="expr(var(hb-param-screen-height) - var(hb-param-widget-chrome-height) - var(hb-param-widget-toolbar-height))" type="PREFERRED" width="var(hb-param-screen-width)"/>
</widget>
<layout orientation="Vertical" spacing="0un" type="linear">
<contentsmargins bottom="0.0un" left="var(hb-param-margin-view-left)" right="var(hb-param-margin-view-right)" top="0.0un"/>
+ <linearitem itemname="infoBar" spacing="0.0un" />
<linearitem itemname="container" spacing="0.0un"/>
<linearitem itemname="nowPlaying" spacing="0.0un"/>
</layout>
@@ -16,32 +20,39 @@
<section name="showBanner">
<widget name="nowPlaying">
- <sizehint type="MAXIMUM" height="expr(2*var(hb-param-margin-gene-middle-vertical) + var(hb-param-text-height-primary) + var(hb-param-text-height-secondary))" />
- <sizehint type="MINIMUM" height="expr(2*var(hb-param-margin-gene-middle-vertical) + var(hb-param-text-height-primary) + var(hb-param-text-height-secondary))" />
- <sizehint type="PREFERRED" height="expr(2*var(hb-param-margin-gene-middle-vertical) + var(hb-param-text-height-primary) + var(hb-param-text-height-secondary))" />
+ <sizehint type="PREFERRED" height="expr(2*var(hb-param-margin-gene-middle-vertical) + var(hb-param-text-height-primary) + var(hb-param-text-height-secondary))" />
+ <bool name="visible" value="TRUE" />
</widget>
</section>
<section name="hideBanner">
<widget name="nowPlaying">
- <sizehint type="MAXIMUM" height="0.0" />
- <sizehint type="MINIMUM" height="0.0" />
- <sizehint type="PREFERRED" height="0.0" />
+ <sizehint type="PREFERRED" height="0.0" />
+ <bool name="visible" value="FALSE" />
+ </widget>
+ </section>
+
+ <section name="showInfoBar">
+ <widget name="infoBar">
+ <sizehint type="PREFERRED" height="expr(2*var(hb-param-margin-gene-middle-vertical) + var(hb-param-text-height-primary))" />
+ <bool name="visible" value="TRUE"/>
+ </widget>
+ </section>
+
+ <section name="hideInfoBar">
+ <widget name="infoBar">
+ <sizehint type="PREFERRED" height="0.0" />
+ <bool name="visible" value="FALSE" />
</widget>
</section>
<section name="allSongs">
<widget name="container">
- <widget name="allSongsDetail" type="HbGroupBox">
- <bool name="collapsable" value="FALSE"/>
- <real name="z" value="1.0"/>
- </widget>
<widget name="allSongsList" type="HbListView">
<sizehint height="expr(var(hb-param-screen-height) - var(hb-param-widget-chrome-height) - var(hb-param-widget-toolbar-height))" type="PREFERRED" width="var(hb-param-screen-width)"/>
</widget>
<layout orientation="Vertical" spacing="0un" type="linear">
<contentsmargins bottom="0.0" left="var(hb-param-margin-view-left)" right="var(hb-param-margin-view-right)" top="0.0"/>
- <linearitem itemname="allSongsDetail" spacing="0.0"/>
<linearitem itemname="allSongsList" spacing="0.0"/>
</layout>
</widget>
@@ -61,13 +72,8 @@
<section name="artistAlbums">
<widget name="container">
- <widget name="artistDetail" type="HbGroupBox">
- <bool name="collapsable" value="FALSE"/>
- <real name="z" value="1.0"/>
- </widget>
<layout orientation="Vertical" spacing="0un" type="linear">
<contentsmargins bottom="0.0" left="var(hb-param-margin-view-left)" right="var(hb-param-margin-view-right)" top="0.0"/>
- <linearitem itemname="artistDetail" spacing="0.0"/>
<linearitem itemname="artistsList" spacing="0.0"/>
</layout>
</widget>
@@ -91,10 +97,6 @@
<section name="artistAlbumTBoneFetcher">
<widget name="container">
- <widget name="artistDetail" type="HbGroupBox">
- <bool name="collapsable" value="FALSE"/>
- <real name="z" value="1.0"/>
- </widget>
<widget name="artistAlbumWall" type="HgMediawall">
<sizehint height="expr(var(hb-param-margin-gene-screen) + 24.5un + var(hb-param-text-height-primary) + var(hb-param-text-height-secondary) + (2*var(hb-param-margin-gene-middle-vertical)) + 1.5un)" type="MAXIMUM" width="var(hb-param-screen-width)"/>
<sizehint height="expr(var(hb-param-margin-gene-screen) + 24.5un + var(hb-param-text-height-primary) + var(hb-param-text-height-secondary) + (2*var(hb-param-margin-gene-middle-vertical)) + 1.5un)" type="PREFERRED" width="var(hb-param-screen-width)"/>
@@ -103,7 +105,6 @@
</widget>
<layout orientation="Vertical" spacing="var(hb-param-margin-gene-middle-vertical)" type="linear">
<contentsmargins bottom="0.0" left="var(hb-param-margin-view-left)" right="var(hb-param-margin-view-right)" top="0.0"/>
- <linearitem itemname="artistDetail" spacing="0.0"/>
<linearitem itemname="artistAlbumWall"/>
<linearitem itemname="artistsList"/>
</layout>
@@ -140,10 +141,6 @@
<section name="albumTBoneFetcher">
<widget name="container">
- <widget name="albumTBoneDetail" type="HbGroupBox">
- <bool name="collapsable" value="FALSE"/>
- <real name="z" value="1.0"/>
- </widget>
<widget name="albumWall" type="HgMediawall">
<sizehint height="expr(var(hb-param-margin-gene-screen) + 24.5un + var(hb-param-text-height-primary) + var(hb-param-text-height-secondary) + (2*var(hb-param-margin-gene-middle-vertical)) + 1.5un)" type="MAXIMUM" width="var(hb-param-screen-width)"/>
<sizehint height="expr(var(hb-param-margin-gene-screen) + 24.5un + var(hb-param-text-height-primary) + var(hb-param-text-height-secondary) + (2*var(hb-param-margin-gene-middle-vertical)) + 1.5un)" type="PREFERRED" width="var(hb-param-screen-width)"/>
@@ -152,7 +149,6 @@
</widget>
<layout orientation="Vertical" spacing="var(hb-param-margin-gene-middle-vertical)" type="linear">
<contentsmargins bottom="0.0" left="var(hb-param-margin-view-left)" right="var(hb-param-margin-view-right)" top="0.0"/>
- <linearitem itemname="albumTBoneDetail" spacing="0.0"/>
<linearitem itemname="albumWall"/>
<linearitem itemname="albumsList"/>
</layout>
@@ -173,12 +169,8 @@
<section name="playlistSongs">
<widget name="container">
- <widget name="playlistSongsDetail" type="HbGroupBox">
- <bool name="collapsable" value="FALSE"/>
- </widget>
<layout orientation="Vertical" spacing="0un" type="linear">
<contentsmargins bottom="0.0" left="var(hb-param-margin-view-left)" right="var(hb-param-margin-view-right)" top="0.0"/>
- <linearitem itemname="playlistSongsDetail" spacing="0.0"/>
<linearitem itemname="playlistsList" spacing="0.0"/>
</layout>
</widget>