camerauis/cameraxui/cxui/layouts/full_screen_popup.docml
branchRCL_3
changeset 24 bac7acad7cb3
parent 23 61bc0f252b2b
child 25 2c87b2808fd7
equal deleted inserted replaced
23:61bc0f252b2b 24:bac7acad7cb3
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <hbdocument version="1.1">
       
     3     <widget name="full_screen_popup" type="HbWidget">
       
     4         <widget name="full_screen_popup_text" type="HbLabel">
       
     5             <enums name="alignment" value="AlignVCenter|AlignHCenter"/>
       
     6             <real name="z" value="0.2"/>
       
     7             <sizehint height="360" type="MINIMUM" width="640"/>
       
     8         </widget>
       
     9         <widget name="full_screen_popup_button" type="HbPushButton">
       
    10             <real name="z" value="0.3"/>
       
    11         </widget>
       
    12         <real name="z" value="0.1"/>
       
    13         <sizehint height="360" type="MINIMUM" width="640"/>
       
    14         <layout type="anchor">
       
    15             <anchoritem dst="full_screen_popup_button" dstEdge="BOTTOM" spacing="expr(-var(hb-param-margin-gene-bottom) )" src="" srcEdge="BOTTOM"/>
       
    16             <anchoritem dst="full_screen_popup_button" dstEdge="CENTERH" spacing="0" src="" srcEdge="CENTERH"/>
       
    17         </layout>
       
    18     </widget>
       
    19     <connect receiver="full_screen_popup" sender="full_screen_popup_button" signal="released()" slot="close()"/>
       
    20     <metadata activeUIState="Common ui state" display="NHD-3.2-inch_landscape" unit="un">
       
    21         <uistate name="Common ui state" sections="#common"/>
       
    22     </metadata>
       
    23 </hbdocument>