homescreenapp/stateplugins/hsapplibrarystateplugin/resource/emptylabeledview.docml
changeset 86 e4f038c420f7
parent 71 1db7cc813a4e
child 90 3ac3aaebaee5
equal deleted inserted replaced
81:7dd137878ff8 86:e4f038c420f7
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <hbdocument version="1.1">
     2 <hbdocument version="1.2">
     3         <widget name="view" type="HbView">
     3     <widget name="view" type="HbView">
     4             <widget name="container" role="HbView:widget" type="HbWidget">
     4         <widget name="container" role="HbView:widget" type="HbWidget">
     5                 <widget name="label" type="HbGroupBox">
     5             <widget name="label" type="HbGroupBox">
     6                     <string name="heading" value="."/>
     6                 <bool name="marqueeHeading" value="TRUE"/>
     7                     <bool name="marqueeHeading" value="TRUE"/>
     7                 <string name="heading" value="."/>
     8                     <fontspec name="fontSpec" role="Title" textheight="0"/>
     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_no_content" name="plainText"/>
       
    17                     <fontspec name="fontSpec" role="Primary" textheight="var(hb-param-text-height-primary)"/>
     9                 </widget>
    18                 </widget>
    10                 <widget name="emptyViewLabelContainer" type="HbWidget">
    19                 <layout orientation="Horizontal" spacing="0.0un" type="linear">
    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_no_content" 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"/>
    20                     <stretchitem stretchfactor="1"/>
    29                     <linearitem itemname="emptyViewLabelContainer"/>
    21                     <linearitem itemname="emptyViewLabel"/>
    30                     <stretchitem stretchfactor="5"/>
    22                     <stretchitem stretchfactor="1"/>
    31                 </layout>
    23                 </layout>
    32             </widget>
    24             </widget>
    33             <string locid="txt_applib_title_applications" name="title"/>
    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>
    34         </widget>
    32         </widget>
       
    33         <string locid="txt_applib_title_applications" name="title"/>
       
    34     </widget>
       
    35     <metadata activeUIState="Common ui state" display="NHD-3.2-inch_portrait" unit="un">
       
    36         <uistate name="Common ui state" sections="#common"/>
       
    37     </metadata>
    35 </hbdocument>
    38 </hbdocument>