tsdevicedialog/tsdevicedialogplugin/resource/layout.docml
changeset 104 9b022b1f357c
child 102 8b8b34fa9751
child 109 e0aa398e6810
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tsdevicedialog/tsdevicedialogplugin/resource/layout.docml	Tue Jul 06 14:37:10 2010 +0300
@@ -0,0 +1,38 @@
+<?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>