taskswitcherapp/tsdevicedialogplugin/resource/layout.docml
branchGCC_SURGE
changeset 68 4c11ecddf6b2
parent 53 f75922b9e380
parent 61 2b1b11a301d2
equal deleted inserted replaced
53:f75922b9e380 68:4c11ecddf6b2
     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         </widget>            
       
    13         <bool name="backgroundFaded" value="TRUE"/>
       
    14         <string name="dismissPolicy" value="TapOutside"/>
       
    15         <integer name="timeout" value="0"/>
       
    16         <sizepolicy horizontalPolicy="Preferred" horizontalStretch="0" verticalPolicy="Preferred" verticalStretch="0"/>
       
    17         <sizehint type="PREFERRED" width="320.0px" height="320.0px"/>
       
    18     </widget>
       
    19     <section name="portrait">
       
    20         <widget name="tsdevicedialog">
       
    21             <sizehint type="PREFERRED" width="320.0px" height="320.0px"/>
       
    22         </widget>
       
    23         <widget name="taskgrid">
       
    24             <string name="scrollDirections" value="Horizontal"/>
       
    25             <integer name="rowCount" value="1"/>
       
    26             <integer name="columnCount" value="2"/>
       
    27         </widget>
       
    28     </section>
       
    29     <section name="landscape">
       
    30         <widget name="tsdevicedialog">
       
    31             <sizehint type="PREFERRED" width="500.0px" height="320.0px"/>
       
    32         </widget>
       
    33         <widget name="taskgrid">
       
    34             <string name="scrollDirections" value="Horizontal"/>
       
    35             <integer name="rowCount" value="2"/>
       
    36             <integer name="columnCount" value="1"/>
       
    37         </widget>
       
    38     </section>
       
    39 </hbdocument>