taskswitcherapp/tsdevicedialogplugin/resource/layout.docml
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:23:43 +0100
branchGCC_SURGE
changeset 53 f75922b9e380
parent 42 517f4fb5ec74
child 51 4785f57bf3d4
permissions -rw-r--r--
Branch for GCC_SURGE fixes

<?xml version="1.0" encoding="UTF-8"?>
<hbdocument version="0.10">
    <widget name="tsdevicedialog" type="TsDeviceDialog">
        <widget name="heading" role="HbDialog:headingWidget" type="HbLabel">
            <string name="alignment" value="AlignVCenter|AlignHCenter" />
            <string locid="txt_tsw_title_task_switcher" name="plainText" value="Task switcher" />
        </widget>
        <widget name="taskgrid" role="HbDialog:contentWidget" type="TsTasksGrid">
            <string name="scrollDirections" value="Horizontal"/>
            <integer name="rowCount" value="1"/>
            <integer name="columnCount" value="2"/>
        </widget>            
        <bool name="backgroundFaded" value="TRUE"/>
        <string name="dismissPolicy" value="TapOutside"/>
        <integer name="timeout" value="0"/>
        <sizepolicy horizontalPolicy="Preferred" horizontalStretch="0" verticalPolicy="Preferred" verticalStretch="0"/>
        <sizehint type="PREFERRED" width="320.0px" height="320.0px"/>
    </widget>
    <section name="portrait">
        <widget name="tsdevicedialog">
            <sizehint type="PREFERRED" width="320.0px" height="320.0px"/>
        </widget>
        <widget name="taskgrid">
            <string name="scrollDirections" value="Horizontal"/>
            <integer name="rowCount" value="1"/>
            <integer name="columnCount" value="2"/>
        </widget>
    </section>
    <section name="landscape">
        <widget name="tsdevicedialog">
            <sizehint type="PREFERRED" width="500.0px" height="320.0px"/>
        </widget>
        <widget name="taskgrid">
            <string name="scrollDirections" value="Horizontal"/>
            <integer name="rowCount" value="2"/>
            <integer name="columnCount" value="1"/>
        </widget>
    </section>
</hbdocument>