homescreenapp/stateplugins/hsapplibrarystateplugin/resource/labeledlistview.docml
changeset 77 4b195f3bea29
child 98 e6f74eb7f69f
equal deleted inserted replaced
61:2b1b11a301d2 77:4b195f3bea29
       
     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="listView" type="HbListView">
       
    11                      <bool name="itemRecycling" value="TRUE"/>
       
    12                      <enums name="horizontalScrollBarPolicy" value="ScrollBarAutoHide"/>
       
    13                      <bool name="frictionEnabled" value="TRUE"/>
       
    14                  </widget>
       
    15                 <layout orientation="Vertical" spacing="0.0un" type="linear">
       
    16                     <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
       
    17                     <linearitem itemname="label"/>
       
    18                     <linearitem itemname="listView"/>
       
    19                 </layout>
       
    20             </widget>
       
    21             <string locid="txt_applib_title_applications" name="title"/>
       
    22         </widget>
       
    23 </hbdocument>