taskswitcherapp/tsdevicedialogplugin/resource/layout.docml
changeset 62 341166945d65
parent 57 2e2dc3d30ca8
child 63 52b0f64eeb51
equal deleted inserted replaced
57:2e2dc3d30ca8 62:341166945d65
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <hbdocument version="0.10">
       
     3     <widget name="tsdevicedialog" type="TsDeviceDialog">
       
     4         <widget name="heading" role="HbDialog:headingWidget" type="HbLabel">
       
     5             <string name="alignment" value="AlignVCenter|AlignHCenter" />
       
     6             <string locid="txt_tsw_title_task_switcher" name="plainText" value="Task switcher" />
       
     7         </widget>
       
     8         <widget name="taskgrid" role="HbDialog:contentWidget" type="TsTasksGrid">
       
     9             <string name="scrollDirections" value="Horizontal"/>
       
    10             <integer name="rowCount" value="1"/>
       
    11             <integer name="columnCount" value="2"/>
       
    12             <bool name="longPressEnabled" value="FALSE"/>
       
    13         </widget>            
       
    14         <bool name="backgroundFaded" value="TRUE"/>
       
    15         <string name="dismissPolicy" value="TapOutside"/>
       
    16         <integer name="timeout" value="0"/>
       
    17         <sizepolicy horizontalPolicy="Preferred" horizontalStretch="0" verticalPolicy="Preferred" verticalStretch="0"/>
       
    18         <sizehint type="PREFERRED" width="320.0px" height="320.0px"/>
       
    19     </widget>
       
    20     <section name="portrait">
       
    21         <widget name="tsdevicedialog">
       
    22             <sizehint type="PREFERRED" width="320.0px" height="320.0px"/>
       
    23         </widget>
       
    24         <widget name="taskgrid">
       
    25             <string name="scrollDirections" value="Horizontal"/>
       
    26             <integer name="rowCount" value="1"/>
       
    27             <integer name="columnCount" value="2"/>
       
    28         </widget>
       
    29     </section>
       
    30     <section name="landscape">
       
    31         <widget name="tsdevicedialog">
       
    32             <sizehint type="PREFERRED" width="500.0px" height="320.0px"/>
       
    33         </widget>
       
    34         <widget name="taskgrid">
       
    35             <string name="scrollDirections" value="Horizontal"/>
       
    36             <integer name="rowCount" value="2"/>
       
    37             <integer name="columnCount" value="1"/>
       
    38         </widget>
       
    39     </section>
       
    40 </hbdocument>