homescreenapp/stateplugins/hsapplibrarystateplugin/resource/labeledlistview.docml
author hgs
Fri, 23 Jul 2010 13:47:57 +0300
changeset 69 87476091b3f5
child 98 e6f74eb7f69f
permissions -rw-r--r--
201029

<?xml version="1.0" encoding="UTF-8"?>
<hbdocument version="1.1">
        <widget name="view" type="HbView">
            <widget name="container" role="HbView:widget" type="HbWidget">
                <widget name="label" type="HbGroupBox">
                    <string name="heading" value="."/>
                    <bool name="marqueeHeading" value="TRUE"/>
                    <fontspec name="fontSpec" role="Title" textheight="0"/>
                </widget>
                <widget name="listView" type="HbListView">
                     <bool name="itemRecycling" value="TRUE"/>
                     <enums name="horizontalScrollBarPolicy" value="ScrollBarAutoHide"/>
                     <bool name="frictionEnabled" value="TRUE"/>
                 </widget>
                <layout orientation="Vertical" spacing="0.0un" type="linear">
                    <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
                    <linearitem itemname="label"/>
                    <linearitem itemname="listView"/>
                </layout>
            </widget>
            <string locid="txt_applib_title_applications" name="title"/>
        </widget>
</hbdocument>