taskswitcherapp/tsdevicedialogplugin/resource/layout.docml
changeset 62 341166945d65
parent 57 2e2dc3d30ca8
child 63 52b0f64eeb51
--- a/taskswitcherapp/tsdevicedialogplugin/resource/layout.docml	Thu Jun 24 13:11:40 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-<?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"/>
-            <bool name="longPressEnabled" value="FALSE"/>
-        </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>