devicemgmtdialogsplugin/resources/fotasoftkeysdialog.docml
changeset 47 d316aecb87fd
equal deleted inserted replaced
46:b9b00b134b0d 47:d316aecb87fd
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <hbdocument version="1.1">
       
     3     <object name="btnContinue" type="HbAction">
       
     4         <string name="role" value="HbDialog:primaryAction"/>
       
     5         <string name="text" value="Continue"/>
       
     6     </object>
       
     7     <object name="btnResume" type="HbAction">
       
     8         <string name="role" value="HbDialog:secondaryAction"/>
       
     9         <string name="text" value="Resume Later"/>
       
    10     </object>
       
    11     <widget name="dialog" type="HbDialog">
       
    12         <sizehint height="42.38806un" type="PREFERRED" width="50.5un"/>
       
    13         <widget name="lblDialogHeading" role="HbDialog:headingWidget" type="HbLabel">
       
    14             <enums name="alignment" value="AlignLeft|AlignLeading"/>
       
    15             <contentsmargins bottom="var(hb-param-margin-gene-popup)" left="var(hb-param-margin-gene-popup)" right="var(hb-param-margin-gene-popup)" top="var(hb-param-margin-gene-popup)"/>
       
    16             <string name="plainText" value="Device Updates"/>
       
    17             <fontspec name="fontSpec" role="Primary" textheight="var(hb-param-text-height-primary)"/>
       
    18         </widget>
       
    19         <widget name="container" role="HbDialog:contentWidget" type="HbWidget">
       
    20             <widget name="lblDialogContent" type="HbLabel">
       
    21                 <enums name="textWrapping" value="TextWordWrap"/>
       
    22                 <real name="z" value="2"/>
       
    23                 <contentsmargins bottom="var(hb-param-margin-gene-popup)" left="var(hb-param-margin-gene-popup)" right="var(hb-param-margin-gene-popup)" top="var(hb-param-margin-gene-popup)"/>
       
    24                 <bool name="visible" value="TRUE"/>
       
    25                 <string name="plainText" value="The last Update &lt;Name&gt; &lt;Version&gt; and &lt;size&gt; was not completed. You can download it now."/>
       
    26                 <fontspec name="fontSpec" role="Primary" textheight="var(hb-param-text-height-primary)"/>
       
    27             </widget>
       
    28             <real name="z" value="0"/>
       
    29             <layout spacing="0un" type="grid">
       
    30                 <contentsmargins bottom="var(hb-param-margin-view-bottom)" left="var(hb-param-margin-view-left)" right="var(hb-param-margin-view-right)" top="var(hb-param-margin-view-top)"/>
       
    31                 <griditem column="0" itemname="lblDialogContent" row="0"/>
       
    32             </layout>
       
    33         </widget>
       
    34         <ref object="btnContinue" role="HbWidget:addAction"/>
       
    35         <ref object="btnResume" role="HbWidget:addAction"/>
       
    36     </widget>
       
    37     <metadata activeUIState="Type name here" display="NHD-3.2-inch_portrait" unit="un">
       
    38         <uistate name="Common ui state" sections="#common"/>
       
    39         <uistate name="Type name here" sections="#common"/>
       
    40     </metadata>
       
    41 </hbdocument>