taskswitcherapp/tsdevicedialogplugin/resource/layout.docml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 23 Jun 2010 18:03:36 +0300
changeset 60 30f14686fb04
parent 51 4785f57bf3d4
permissions -rw-r--r--
Revision: 201023 Kit: 2010125

<?xml version="1.0" encoding="UTF-8"?>
<hbdocument version="0.10">
    <widget name="tsdevicedialog" type="HbDialog">
        <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">
            <widget name="item" role="HbAbstractView:prototype" type="TsTasksGridItem"/>
            <bool name="longPressEnabled" value="FALSE"/>
            <enums name="horizontalScrollBarPolicy" value="ScrollBarAlwaysOff"/>
        </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"/>
    </widget>
    <section name="portrait">
        <widget name="tsdevicedialog">
            <sizehint type="PREFERRED" width="48un" height="40un"/>
        </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="60un" height="40un"/>
        </widget>
        <widget name="taskgrid">
            <string name="scrollDirections" value="Horizontal"/>
            <integer name="rowCount" value="2"/>
            <integer name="columnCount" value="1"/>
        </widget>
    </section>
</hbdocument>