homescreenapp/stateplugins/hsapplibrarystateplugin/resource/emptylabeledview.docml
changeset 69 87476091b3f5
child 71 1db7cc813a4e
equal deleted inserted replaced
67:474929a40a0f 69:87476091b3f5
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <hbdocument version="1.1">
       
     3         <widget name="view" type="HbView">
       
     4             <widget name="container" role="HbView:widget" type="HbWidget">
       
     5                 <widget name="label" type="HbGroupBox">
       
     6                     <string name="heading" value="."/>
       
     7                     <bool name="marqueeHeading" value="TRUE"/>
       
     8                     <fontspec name="fontSpec" role="Title" textheight="0"/>
       
     9                 </widget>
       
    10                 <widget name="emptyViewLabelContainer" type="HbWidget">
       
    11                     <widget name="emptyViewLabel" type="HbLabel">
       
    12                         <enums name="alignment" value="AlignHCenter"/>
       
    13                         <sizepolicy horizontalPolicy="Fixed" horizontalStretch="0" verticalPolicy="Minimum" verticalStretch="0"/>
       
    14                         <enums name="elideMode" value="ElideMiddle"/>
       
    15                         <bool name="visible" value="TRUE"/>
       
    16                         <string locid="txt_applib_formlabel_empty" name="plainText"/>
       
    17                         <fontspec name="fontSpec" role="Title" textheight="4un"/>
       
    18                     </widget>
       
    19                     <layout orientation="Horizontal" spacing="0.0un" type="linear">
       
    20                         <stretchitem stretchfactor="1"/>
       
    21                         <linearitem itemname="emptyViewLabel"/>
       
    22                         <stretchitem stretchfactor="1"/>
       
    23                     </layout>
       
    24                 </widget>
       
    25                 <layout orientation="Vertical" spacing="0.0un" type="linear">
       
    26                     <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
       
    27                     <linearitem itemname="label"/>
       
    28                     <stretchitem stretchfactor="1"/>
       
    29                     <linearitem itemname="emptyViewLabelContainer"/>
       
    30                     <stretchitem stretchfactor="5"/>
       
    31                 </layout>
       
    32             </widget>
       
    33             <string locid="txt_applib_title_applications" name="title"/>
       
    34         </widget>
       
    35 </hbdocument>