homescreenapp/stateplugins/hsapplibrarystateplugin/resource/applibrary.docml
changeset 71 1db7cc813a4e
parent 69 87476091b3f5
child 73 94a8be33ee70
equal deleted inserted replaced
69:87476091b3f5 71:1db7cc813a4e
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <hbdocument version="1.1">
       
     3     <object name="allAppsAction" type="HbAction">
       
     4         <bool name="checkable" value="TRUE"/>
       
     5         <icon iconName="qtg_mono_applications_all" name="icon"/>
       
     6     </object>
       
     7     <object name="allCollectionsAction" type="HbAction">
       
     8         <bool name="checkable" value="TRUE"/>
       
     9         <icon iconName="qtg_mono_applications_collections" name="icon"/>
       
    10     </object>
       
    11     <object name="searchAction" type="HbAction">
       
    12         <icon iconName="qtg_mono_search" name="icon"/>
       
    13     </object>
       
    14     <object name="oviStoreAction" type="HbAction">
       
    15         <icon iconName="qtg_mono_ovistore" name="icon"/>
       
    16     </object>
       
    17     <object name="operatorAction" type="HbAction"/>
       
    18     <widget name="view" type="HbView">
       
    19         <widget name="container" role="HbView:widget" type="HbWidget">
       
    20             <widget name="collectionLabel" type="HbGroupBox">
       
    21                 <bool name="visible" value="FALSE"/>
       
    22                 <string name="heading" value="."/>
       
    23                 <bool name="marqueeHeading" value="TRUE"/>
       
    24                 <fontspec name="fontSpec" role="Title" textheight="0"/>
       
    25                 <integer name="groupBoxType" value="1"/>
       
    26             </widget>
       
    27             <widget name="searchPanel" type="HbSearchPanel">
       
    28                 <bool name="progressive" value="TRUE"/>
       
    29                 <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
    30                 <bool name="visible" value="FALSE"/>
       
    31             </widget>
       
    32         </widget>
       
    33         <bool name="contentFullScreen" value="FALSE"/>
       
    34         <bool name="visible" value="FALSE"/>
       
    35     </widget>
       
    36     <section name="allAppsViewDefinition">
       
    37         <widget name="allAppsView" type="HbView">
       
    38             <widget name="allAppsContainer" role="HbView:widget" type="HbWidget">
       
    39                 <widget name="allAppsListView" type="HbListView">
       
    40                     <bool name="itemRecycling" value="TRUE"/>
       
    41                     <enums name="horizontalScrollBarPolicy" value="ScrollBarAutoHide"/>
       
    42                     <sizehint height="100un" type="MAXIMUM" width="-1"/>
       
    43                     <bool name="frictionEnabled" value="TRUE"/>
       
    44                     <bool name="visible" value="TRUE"/>
       
    45                 </widget>
       
    46                 <widget name="searchPanel" type="HbSearchPanel">
       
    47                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
    48                     <bool name="visible" value="FALSE"/>
       
    49                 </widget>
       
    50                 <widget name="allAppsSearchListView" type="HbListView">
       
    51                     <bool name="visible" value="FALSE"/>
       
    52                 </widget>
       
    53                 <layout orientation="Vertical" spacing="0.0un" type="linear">
       
    54                     <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
       
    55                     <linearitem itemname="allAppsListView"/>
       
    56                 </layout>
       
    57             </widget>
       
    58             <string locid="txt_applib_title_applications" name="title"/>
       
    59             <bool name="contentFullScreen" value="FALSE"/>
       
    60         </widget>
       
    61     </section>
       
    62     <section name="allAppsSearchViewDefinition">
       
    63         <widget name="allAppsView" type="HbView">
       
    64             <widget name="allAppsContainer" role="HbView:widget" type="HbWidget">
       
    65                 <widget name="searchPanel" type="HbSearchPanel">
       
    66                     <sizehint height="10un" type="MAXIMUM" width="100un"/>
       
    67                     <bool name="visible" value="TRUE"/>
       
    68                 </widget>
       
    69                 <widget name="allAppsListView" type="HbListView">
       
    70                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
    71                     <bool name="visible" value="FALSE"/>
       
    72                 </widget>
       
    73                 <widget name="allAppsSearchListView" type="HbListView">
       
    74                     <bool name="itemRecycling" value="TRUE"/>
       
    75                     <enums name="horizontalScrollBarPolicy" value="ScrollBarAutoHide"/>
       
    76                     <sizehint height="100un" type="MAXIMUM" width="-1"/>
       
    77                     <bool name="frictionEnabled" value="TRUE"/>
       
    78                     <bool name="visible" value="TRUE"/>
       
    79                 </widget>
       
    80                 <layout orientation="Vertical" spacing="0.0un" type="linear">
       
    81                     <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
       
    82                     <linearitem itemname="allAppsSearchListView"/>
       
    83                     <linearitem itemname="searchPanel"/>
       
    84                 </layout>
       
    85             </widget>
       
    86             <string locid="txt_applib_title_applications" name="title"/>
       
    87             <bool name="contentFullScreen" value="TRUE"/>
       
    88         </widget>
       
    89     </section>
       
    90     <section name="allCollectionsViewDefinition">
       
    91         <widget name="allCollectionsView" type="HbView">
       
    92             <widget name="allCollectionsContainer" role="HbView:widget" type="HbWidget">
       
    93                 <widget name="allCollectionsListView" type="HbListView">
       
    94                     <bool name="itemRecycling" value="TRUE"/>
       
    95                     <enums name="horizontalScrollBarPolicy" value="ScrollBarAutoHide"/>
       
    96                     <sizehint height="100un" type="MAXIMUM" width="-1"/>
       
    97                     <bool name="frictionEnabled" value="TRUE"/>
       
    98                     <bool name="visible" value="TRUE"/>
       
    99                 </widget>
       
   100                 <layout orientation="Vertical" spacing="0.0un" type="linear">
       
   101                     <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
       
   102                     <linearitem itemname="allCollectionsListView"/>
       
   103                 </layout>
       
   104             </widget>
       
   105             <widget name="allCollectionsSearchListView" type="HbListView">
       
   106                 <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   107                 <bool name="visible" value="FALSE"/>
       
   108             </widget>
       
   109             <widget name="searchPanel" type="HbSearchPanel">
       
   110                 <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   111                 <bool name="visible" value="FALSE"/>
       
   112             </widget>
       
   113             <string locid="txt_applib_title_applications" name="title"/>
       
   114             <bool name="contentFullScreen" value="FALSE"/>
       
   115         </widget>
       
   116     </section>
       
   117     <section name="allCollectionsSearchViewDefinition">
       
   118         <widget name="allCollectionsView" type="HbView">
       
   119             <widget name="allCollectionsContainer" role="HbView:widget" type="HbWidget">
       
   120                 <widget name="searchPanel" type="HbSearchPanel">
       
   121                     <sizehint height="10un" type="MAXIMUM" width="100un"/>
       
   122                     <bool name="visible" value="TRUE"/>
       
   123                 </widget>
       
   124                 <widget name="allCollectionsListView" type="HbListView">
       
   125                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   126                     <bool name="visible" value="FALSE"/>
       
   127                 </widget>
       
   128                 <widget name="allCollectionsSearchListView" type="HbListView">
       
   129                     <bool name="itemRecycling" value="TRUE"/>
       
   130                     <enums name="horizontalScrollBarPolicy" value="ScrollBarAutoHide"/>
       
   131                     <sizehint height="100un" type="MAXIMUM" width="-1"/>
       
   132                     <bool name="frictionEnabled" value="TRUE"/>
       
   133                     <bool name="visible" value="TRUE"/>
       
   134                 </widget>
       
   135                 <layout orientation="Vertical" spacing="0.0un" type="linear">
       
   136                     <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
       
   137                     <linearitem itemname="allCollectionsSearchListView"/>
       
   138                     <linearitem itemname="searchPanel"/>
       
   139                 </layout>
       
   140             </widget>
       
   141             <string locid="txt_applib_title_applications" name="title"/>
       
   142             <bool name="contentFullScreen" value="TRUE"/>
       
   143         </widget>
       
   144     </section>
       
   145     <section name="installedAppsViewDefinition">
       
   146         <widget name="installedAppsView" type="HbView">
       
   147             <widget name="installedAppsContainer" role="HbView:widget" type="HbWidget">
       
   148                 <widget name="installedAppsLabel" type="HbGroupBox">
       
   149                     <string locid="txt_applib_subtitle_installed" name="heading"/>
       
   150                     <bool name="marqueeHeading" value="TRUE"/>
       
   151                     <fontspec name="fontSpec" role="Title" textheight="0"/>
       
   152                     <integer name="groupBoxType" value="1"/>
       
   153                 </widget>
       
   154                 <widget name="installedAppsListView" type="HbListView">
       
   155                     <bool name="itemRecycling" value="TRUE"/>
       
   156                     <enums name="horizontalScrollBarPolicy" value="ScrollBarAutoHide"/>
       
   157                     <sizehint height="100un" type="MAXIMUM" width="-1"/>
       
   158                     <bool name="frictionEnabled" value="TRUE"/>
       
   159                     <bool name="visible" value="TRUE"/>
       
   160                 </widget>
       
   161                 <widget name="installedAppsSearchListView" type="HbListView">
       
   162                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   163                     <bool name="visible" value="FALSE"/>
       
   164                 </widget>
       
   165                 <widget name="searchPanel" type="HbSearchPanel">
       
   166                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   167                     <bool name="visible" value="FALSE"/>
       
   168                 </widget>
       
   169                 <widget name="installedAppsEmptyLabel" type="HbLabel">
       
   170                     <sizehint height="0un" type="MINIMUM" width="0un"/>
       
   171                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   172                     <bool name="visible" value="FALSE"/>
       
   173                 </widget>
       
   174                 <layout orientation="Vertical" spacing="0.0un" type="linear">
       
   175                     <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
       
   176                     <linearitem itemname="installedAppsLabel"/>
       
   177                     <linearitem itemname="installedAppsListView"/>
       
   178                 </layout>
       
   179             </widget>
       
   180             <string locid="txt_applib_title_applications" name="title"/>
       
   181             <bool name="contentFullScreen" value="FALSE"/>
       
   182         </widget>
       
   183     </section>
       
   184     <section name="installedAppsSearchViewDefinition">
       
   185         <widget name="installedAppsView" type="HbView">
       
   186             <widget name="installedAppsContainer" role="HbView:widget" type="HbWidget">
       
   187                 <widget name="installedAppsLabel" type="HbGroupBox">
       
   188                     <string locid="txt_applib_subtitle_installed" name="heading"/>
       
   189                     <bool name="marqueeHeading" value="TRUE"/>
       
   190                     <fontspec name="fontSpec" role="Title" textheight="0"/>
       
   191                     <integer name="groupBoxType" value="1"/>
       
   192                 </widget>
       
   193                 <widget name="searchPanel" type="HbSearchPanel">
       
   194                     <sizehint height="10un" type="MAXIMUM" width="100un"/>
       
   195                     <bool name="visible" value="TRUE"/>
       
   196                 </widget>
       
   197                 <widget name="installedAppsListView" type="HbListView">
       
   198                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   199                     <bool name="visible" value="FALSE"/>
       
   200                 </widget>
       
   201                 <widget name="installedAppsSearchListView" type="HbListView">
       
   202                     <bool name="itemRecycling" value="TRUE"/>
       
   203                     <enums name="horizontalScrollBarPolicy" value="ScrollBarAutoHide"/>
       
   204                     <sizehint height="100un" type="MAXIMUM" width="-1"/>
       
   205                     <bool name="frictionEnabled" value="TRUE"/>
       
   206                     <bool name="visible" value="TRUE"/>
       
   207                 </widget>
       
   208                 <widget name="installedAppsEmptyLabel" type="HbLabel">
       
   209                     <sizehint height="0un" type="MINIMUM" width="0un"/>
       
   210                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   211                     <bool name="visible" value="FALSE"/>
       
   212                 </widget>
       
   213                 <layout orientation="Vertical" spacing="0.0un" type="linear">
       
   214                     <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
       
   215                     <linearitem itemname="installedAppsLabel"/>
       
   216                     <linearitem itemname="installedAppsSearchListView"/>
       
   217                     <linearitem itemname="searchPanel"/>
       
   218                 </layout>
       
   219             </widget>
       
   220             <string locid="txt_applib_title_applications" name="title"/>
       
   221             <bool name="contentFullScreen" value="TRUE"/>
       
   222         </widget>
       
   223     </section>
       
   224     <section name="installedAppsEmptyLabelViewDefinition">
       
   225         <widget name="installedAppsView" type="HbView">
       
   226             <widget name="installedAppsContainer" role="HbView:widget" type="HbWidget">
       
   227                 <widget name="installedAppsLabel" type="HbGroupBox">
       
   228                     <string locid="txt_applib_subtitle_installed" name="heading"/>
       
   229                     <bool name="marqueeHeading" value="TRUE"/>
       
   230                     <fontspec name="fontSpec" role="Title" textheight="0"/>
       
   231                     <integer name="groupBoxType" value="1"/>
       
   232                 </widget>
       
   233                 <widget name="installedAppsListView" type="HbListView">
       
   234                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   235                     <bool name="visible" value="FALSE"/>
       
   236                 </widget>
       
   237                 <widget name="installedAppsSearchListView" type="HbListView">
       
   238                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   239                     <bool name="visible" value="FALSE"/>
       
   240                 </widget>
       
   241                 <widget name="searchPanel" type="HbSearchPanel">
       
   242                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   243                     <bool name="visible" value="FALSE"/>
       
   244                 </widget>
       
   245                 <widget name="installedAppsEmpytLabelContainer" type="HbWidget">
       
   246                     <widget name="installedAppsEmptyLabel" type="HbLabel">
       
   247                         <enums name="alignment" value="AlignHCenter"/>
       
   248                         <sizepolicy horizontalPolicy="Fixed" horizontalStretch="0" verticalPolicy="Minimum" verticalStretch="0"/>
       
   249                         <sizehint height="10un" type="MINIMUM" width="50un"/>
       
   250                         <sizehint height="10un" type="MAXIMUM" width="50un"/>
       
   251                         <enums name="elideMode" value="ElideMiddle"/>
       
   252                         <bool name="visible" value="TRUE"/>
       
   253                         <string locid="txt_applib_formlabel_empty" name="plainText"/>
       
   254                         <fontspec name="fontSpec" role="Title" textheight="4un"/>
       
   255                     </widget>
       
   256                     <sizehint height="11.9403un" type="PREFERRED" width="23.8806un"/>
       
   257                     <layout orientation="Horizontal" spacing="0.0un" type="linear">
       
   258                         <stretchitem stretchfactor="1"/>
       
   259                         <linearitem itemname="installedAppsEmptyLabel"/>
       
   260                         <stretchitem stretchfactor="1"/>
       
   261                     </layout>
       
   262                 </widget>
       
   263                 <layout orientation="Vertical" spacing="0.0un" type="linear">
       
   264                     <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
       
   265                     <linearitem itemname="installedAppsLabel"/>
       
   266                     <stretchitem stretchfactor="1"/>
       
   267                     <linearitem itemname="installedAppsEmpytLabelContainer"/>
       
   268                     <stretchitem stretchfactor="5"/>
       
   269                 </layout>
       
   270             </widget>
       
   271             <string locid="txt_applib_title_applications" name="title"/>
       
   272             <bool name="contentFullScreen" value="FALSE"/>
       
   273         </widget>
       
   274     </section>
       
   275     <section name="collectionViewDefinition">
       
   276         <widget name="collectionView" type="HbView">
       
   277             <widget name="collectionContainer" role="HbView:widget" type="HbWidget">
       
   278                 <widget name="collectionLabel" type="HbGroupBox">
       
   279                     <bool name="visible" value="TRUE"/>
       
   280                     <integer name="groupBoxType" value="1"/>
       
   281                 </widget>
       
   282                 <widget name="collectionListView" type="HbListView">
       
   283                     <bool name="itemRecycling" value="TRUE"/>
       
   284                     <enums name="horizontalScrollBarPolicy" value="ScrollBarAutoHide"/>
       
   285                     <sizehint height="100un" type="MAXIMUM" width="-1"/>
       
   286                     <bool name="frictionEnabled" value="TRUE"/>
       
   287                     <bool name="visible" value="TRUE"/>
       
   288                 </widget>
       
   289                 <widget name="collectionSearchListView" type="HbListView">
       
   290                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   291                     <bool name="visible" value="FALSE"/>
       
   292                 </widget>
       
   293                 <widget name="searchPanel" type="HbSearchPanel">
       
   294                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   295                     <bool name="visible" value="FALSE"/>
       
   296                 </widget>
       
   297                 <widget name="collectionButton" type="HbPushButton">
       
   298                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   299                     <string locid="txt_applib_button_add_to_collection" name="text"/>
       
   300                     <bool name="visible" value="FALSE"/>
       
   301                 </widget>
       
   302                 <widget name="collectionAppsEmptyLabel" type="HbLabel">
       
   303                     <sizehint height="0un" type="MINIMUM" width="0un"/>
       
   304                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   305                     <bool name="visible" value="FALSE"/>
       
   306                 </widget>
       
   307                 <layout orientation="Vertical" spacing="0.0un" type="linear">
       
   308                     <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
       
   309                     <linearitem itemname="collectionLabel"/>
       
   310                     <linearitem itemname="collectionListView"/>
       
   311                 </layout>
       
   312             </widget>
       
   313             <string locid="txt_applib_title_applications" name="title"/>
       
   314             <bool name="contentFullScreen" value="FALSE"/>
       
   315         </widget>
       
   316     </section>
       
   317     <section name="collectionSearchViewDefinition">
       
   318         <widget name="collectionView" type="HbView">
       
   319             <widget name="collectionContainer" role="HbView:widget" type="HbWidget">
       
   320                 <widget name="collectionLabel" type="HbGroupBox">
       
   321                     <bool name="visible" value="TRUE"/>
       
   322                     <integer name="groupBoxType" value="1"/>
       
   323                 </widget>
       
   324                 <widget name="searchPanel" type="HbSearchPanel">
       
   325                     <sizehint height="10un" type="MAXIMUM" width="100un"/>
       
   326                     <bool name="visible" value="TRUE"/>
       
   327                 </widget>
       
   328                 <widget name="collectionListView" type="HbListView">
       
   329                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   330                     <bool name="visible" value="FALSE"/>
       
   331                 </widget>
       
   332                 <widget name="collectionSearchListView" type="HbListView">
       
   333                     <bool name="itemRecycling" value="TRUE"/>
       
   334                     <enums name="horizontalScrollBarPolicy" value="ScrollBarAutoHide"/>
       
   335                     <sizehint height="100un" type="MAXIMUM" width="-1"/>
       
   336                     <bool name="frictionEnabled" value="TRUE"/>
       
   337                     <bool name="visible" value="TRUE"/>
       
   338                 </widget>
       
   339                 <widget name="collectionButton" type="HbPushButton">
       
   340                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   341                     <bool name="visible" value="FALSE"/>
       
   342                 </widget>
       
   343                 <widget name="collectionAppsEmptyLabel" type="HbLabel">
       
   344                     <sizehint height="0un" type="MINIMUM" width="0un"/>
       
   345                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   346                     <bool name="visible" value="FALSE"/>
       
   347                 </widget>
       
   348                 <layout orientation="Vertical" spacing="0.0un" type="linear">
       
   349                     <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
       
   350                     <linearitem itemname="collectionLabel"/>
       
   351                     <linearitem itemname="collectionSearchListView"/>
       
   352                     <linearitem itemname="searchPanel"/>
       
   353                 </layout>
       
   354             </widget>
       
   355             <string locid="txt_applib_title_applications" name="title"/>
       
   356             <bool name="contentFullScreen" value="TRUE"/>
       
   357         </widget>
       
   358     </section>
       
   359     <section name="collectionButtonViewDefinition">
       
   360         <widget name="collectionView" type="HbView">
       
   361             <widget name="collectionContainer" role="HbView:widget" type="HbWidget">
       
   362                 <widget name="collectionLabel" type="HbGroupBox">
       
   363                     <sizepolicy horizontalPolicy="Expanding" horizontalStretch="0" verticalPolicy="Preferred" verticalStretch="0"/>
       
   364                     <bool name="visible" value="TRUE"/>
       
   365                     <integer name="groupBoxType" value="1"/>
       
   366                 </widget>
       
   367                 <widget name="collectionListView" type="HbListView">
       
   368                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   369                     <bool name="visible" value="FALSE"/>
       
   370                 </widget>
       
   371                 <widget name="collectionSearchListView" type="HbListView">
       
   372                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   373                     <bool name="visible" value="FALSE"/>
       
   374                 </widget>
       
   375                 <widget name="searchPanel" type="HbSearchPanel">
       
   376                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   377                     <bool name="visible" value="FALSE"/>
       
   378                 </widget>
       
   379                 <widget name="collectionButtonContainer" type="HbWidget">
       
   380                     <widget name="collectionButton" type="HbPushButton">
       
   381                         <sizepolicy horizontalPolicy="Fixed" horizontalStretch="0" verticalPolicy="Fixed" verticalStretch="0"/>
       
   382                         <sizehint type="FIXED" width="50un"/>
       
   383                         <sizehint height="10un" type="MINIMUM" width="50un"/>
       
   384                         <sizehint height="10un" type="MAXIMUM" width="50un"/>
       
   385                         <bool name="visible" value="TRUE"/>
       
   386                     </widget>
       
   387                     <sizehint height="11.9403un" type="PREFERRED" width="23.8806un"/>
       
   388                     <layout orientation="Horizontal" spacing="0.0un"  type="linear">
       
   389                         <stretchitem stretchfactor="1"/>
       
   390                         <linearitem itemname="collectionButton"/>
       
   391                         <stretchitem stretchfactor="1"/>
       
   392                     </layout>
       
   393                 </widget>
       
   394                 <widget name="collectionAppsEmptyLabel" type="HbLabel">
       
   395                     <sizehint height="0un" type="MINIMUM" width="0un"/>
       
   396                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   397                     <bool name="visible" value="FALSE"/>
       
   398                 </widget>
       
   399                 <layout orientation="Vertical" spacing="0.0un"  type="linear">
       
   400                     <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
       
   401                     <linearitem itemname="collectionLabel"/>
       
   402                     <stretchitem stretchfactor="1"/>
       
   403                     <linearitem itemname="collectionButtonContainer"/>
       
   404                     <stretchitem stretchfactor="5"/>
       
   405                 </layout>
       
   406             </widget>
       
   407             <string locid="txt_applib_title_applications" name="title"/>
       
   408             <bool name="contentFullScreen" value="FALSE"/>
       
   409         </widget>
       
   410     </section>
       
   411     <section name="collectionEmptyLabelViewDefinition">
       
   412         <widget name="collectionView" type="HbView">
       
   413             <widget name="collectionContainer" role="HbView:widget" type="HbWidget">
       
   414                 <widget name="collectionLabel" type="HbGroupBox">
       
   415                     <bool name="visible" value="TRUE"/>
       
   416                     <integer name="groupBoxType" value="1"/>
       
   417                 </widget>
       
   418                 <widget name="collectionListView" type="HbListView">
       
   419                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   420                     <bool name="visible" value="FALSE"/>
       
   421                 </widget>
       
   422                 <widget name="collectionSearchListView" type="HbListView">
       
   423                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   424                     <bool name="visible" value="FALSE"/>
       
   425                 </widget>
       
   426                 <widget name="searchPanel" type="HbSearchPanel">
       
   427                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   428                     <bool name="visible" value="FALSE"/>
       
   429                 </widget>
       
   430                 <widget name="collectionButton" type="HbPushButton">
       
   431                     <sizehint height="0un" type="MAXIMUM" width="0un"/>
       
   432                     <bool name="visible" value="FALSE"/>
       
   433                 </widget>
       
   434                 <widget name="collectionEmpytLabelContainer" type="HbWidget">
       
   435                     <widget name="collectionAppsEmptyLabel" type="HbLabel">
       
   436                         <enums name="alignment" value="AlignHCenter"/>
       
   437                         <sizepolicy horizontalPolicy="Fixed" horizontalStretch="0" verticalPolicy="Minimum" verticalStretch="0"/>
       
   438                         <sizehint height="10un" type="MINIMUM" width="50un"/>
       
   439                         <sizehint height="10un" type="MAXIMUM" width="50un"/>
       
   440                         <enums name="elideMode" value="ElideMiddle"/>
       
   441                         <bool name="visible" value="TRUE"/>
       
   442                         <string locid="txt_applib_formlabel_empty" name="plainText"/>
       
   443                         <fontspec name="fontSpec" role="Title" textheight="4un"/>
       
   444                     </widget>
       
   445                     <sizehint height="11.9403un" type="PREFERRED" width="23.8806un"/>
       
   446                     <layout orientation="Horizontal" spacing="0.0un"  type="linear">
       
   447                         <stretchitem stretchfactor="1"/>
       
   448                         <linearitem itemname="collectionAppsEmptyLabel"/>
       
   449                         <stretchitem stretchfactor="1"/>
       
   450                     </layout>
       
   451                 </widget>
       
   452                 <layout orientation="Vertical" spacing="0.0un"  type="linear">
       
   453                     <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
       
   454                     <linearitem itemname="collectionLabel"/>
       
   455                     <stretchitem stretchfactor="1"/>
       
   456                     <linearitem itemname="collectionEmpytLabelContainer"/>
       
   457                     <stretchitem stretchfactor="5"/>
       
   458                 </layout>
       
   459             </widget>
       
   460             <string locid="txt_applib_title_applications" name="title"/>
       
   461             <bool name="contentFullScreen" value="FALSE"/>
       
   462         </widget>
       
   463     </section>
       
   464     <metadata activeUIState="collection view with empty label state" display="NHD-3.2-inch_portrait" unit="un">
       
   465         <uistate name="Common ui state" sections="#common"/>
       
   466         <uistate name="all apps view state" sections="#common allAppsViewDefinition"/>
       
   467         <uistate name="all apps search view state" sections="#common allAppsSearchViewDefinition"/>
       
   468         <uistate name="all collections view state" sections="#common allCollectionsViewDefinition"/>
       
   469         <uistate name="all collections search view state" sections="#common allCollectionsSearchViewDefinition"/>
       
   470         <uistate name="installed apps view state" sections="#common installedAppsViewDefinition"/>
       
   471         <uistate name="installed apps search view state" sections="#common installedAppsSearchViewDefinition"/>
       
   472         <uistate name="installed apps empty view state" sections="#common installedAppsEmptyLabelViewDefinition"/>
       
   473         <uistate name="collection view state" sections="#common collectionViewDefinition"/>
       
   474         <uistate name="collection search view state" sections="#common collectionSearchViewDefinition"/>
       
   475         <uistate name="collection view with button state" sections="#common collectionButtonViewDefinition"/>
       
   476         <uistate name="collection view with empty label state" sections="#common collectionEmptyLabelViewDefinition"/>
       
   477         <dummydata objectName="allAppsListView" section="allAppsViewDefinition" value="app_list_template5"/>
       
   478         <dummydata objectName="allAppsSearchListView" section="allAppsViewDefinition" value="app_list_template5"/>
       
   479         <dummydata objectName="allAppsListView" section="allAppsSearchViewDefinition" value="app_list_template5"/>
       
   480         <dummydata objectName="allAppsSearchListView" section="allAppsSearchViewDefinition" value="app_list_template5"/>
       
   481         <dummydata objectName="allCollectionsSearchListView" section="allCollectionsViewDefinition" value="app_list_template5"/>
       
   482         <dummydata objectName="allCollectionsListView" section="allCollectionsViewDefinition" value="app_list_template5"/>
       
   483         <dummydata objectName="allCollectionsSearchListView" section="allCollectionsSearchViewDefinition" value="app_list_template5"/>
       
   484         <dummydata objectName="allCollectionsListView" section="allCollectionsSearchViewDefinition" value="app_list_template5"/>
       
   485         <dummydata objectName="installedAppsListView" section="installedAppsViewDefinition" value="app_list_template5"/>
       
   486         <dummydata objectName="installedAppsSearchListView" section="installedAppsViewDefinition" value="app_list_template5"/>
       
   487         <dummydata objectName="installedAppsListView" section="installedAppsSearchViewDefinition" value="app_list_template5"/>
       
   488         <dummydata objectName="installedAppsSearchListView" section="installedAppsSearchViewDefinition" value="app_list_template5"/>
       
   489         <dummydata objectName="installedAppsListView" section="installedAppsEmptyLabelViewDefinition" value="app_list_template5"/>
       
   490         <dummydata objectName="installedAppsSearchListView" section="installedAppsEmptyLabelViewDefinition" value="app_list_template5"/>
       
   491         <dummydata objectName="collectionListView" section="collectionViewDefinition" value="app_list_template5"/>
       
   492         <dummydata objectName="collectionSearchListView" section="collectionViewDefinition" value="app_list_template5"/>
       
   493         <dummydata objectName="collectionListView" section="collectionSearchViewDefinition" value="app_list_template5"/>
       
   494         <dummydata objectName="collectionSearchListView" section="collectionSearchViewDefinition" value="app_list_template5"/>
       
   495         <dummydata objectName="collectionListView" section="collectionButtonViewDefinition" value="app_list_template5"/>
       
   496         <dummydata objectName="collectionSearchListView" section="collectionButtonViewDefinition" value="app_list_template5"/>
       
   497         <dummydata objectName="collectionListView" section="collectionEmptyLabelViewDefinition" value="app_list_template5"/>
       
   498         <dummydata objectName="collectionSearchListView" section="collectionEmptyLabelViewDefinition" value="app_list_template5"/>
       
   499     </metadata>
       
   500 </hbdocument>