mmsharing/livecommsui/lcui/resources/lcviews/lcsendview.docml
changeset 22 496ad160a278
child 26 5554410e16f5
equal deleted inserted replaced
15:ccd8e69b5392 22:496ad160a278
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <hbdocument context="LcView" version="0.9">
       
     3     <object name="lc_act_fullscreen" type="HbAction">
       
     4         <string locid="txt_lcomms_opt_full_screen" name="text"/>
       
     5     </object>
       
     6     <object name="lc_act_videopreference" type="HbAction">
       
     7         <string locid="txt_lcomms_opt_video_preference" name="text"/>
       
     8     </object>
       
     9     <object name="lc_act_swapviews" type="HbAction">
       
    10         <string locid="txt_lcomms_opt_swap_views" name="text"/>
       
    11     </object>
       
    12     <object name="lc_act_endactivecall" type="HbAction">
       
    13         <string locid="txt_lcomms_opt_end_active_call" name="text"/>
       
    14     </object>
       
    15     <object name="lc_act_changecamera" type="HbAction">
       
    16         <icon iconName=":/secondary_camera.svg" name="icon"/>
       
    17         <string locid="txt_lcomms_tooltip_change_camera" name="toolTip"/>
       
    18     </object>
       
    19     <object name="lc_act_gallery" type="HbAction">
       
    20         <icon iconName=":/gallery.svg" name="icon"/>
       
    21         <string locid="txt_lcomms_tooltip_gallery" name="toolTip"/>
       
    22     </object>
       
    23     <object name="lc_act_mute" type="HbAction">
       
    24         <icon iconName=":/mute_mic.svg" name="icon"/>
       
    25         <string locid="txt_lcomms_tooltip_mute" name="toolTip"/>
       
    26     </object>
       
    27     <object name="lc_act_adjustvideo" type="HbAction">
       
    28         <string locid="txt_lcomms_opt_adjust_video" name="text"/>
       
    29     </object>
       
    30     <object name="lc_act_zoom" type="HbAction">
       
    31         <string locid="txt_lcomms_opt_zoom" name="text"/>
       
    32     </object>
       
    33     <object name="lc_act_disablecamera" type="HbAction">
       
    34         <string locid="txt_lcomms_opt_disable_camera" name="text"/>
       
    35         <string locid="txt_lcomms_tooltip_disable_camera" name="toolTip"/>
       
    36     </object>
       
    37     <object name="lc_act_dialer" type="HbAction">
       
    38         <string locid="txt_lcomms_opt_dialer" name="text"/>
       
    39     </object>
       
    40     <object name="lc_act_stopsharing" type="HbAction">
       
    41         <icon iconName=":/stop_sharing.svg" name="icon"/>
       
    42         <string locid="txt_lcomms_tooltip_stop_sharing" name="toolTip"/>
       
    43         <bool name="visible" value="TRUE"/>
       
    44     </object>
       
    45     <widget name="lc_view_send" type="HbView">
       
    46         <widget name="lc_content" role="HbView:widget" type="HbWidget">
       
    47             <widget name="lc_widget_sendvideo" type="HbLabel">
       
    48                 <real name="z" value="10.009"/>
       
    49                 <sizehint height="43.28358un" type="PREFERRED" width="53.13433un"/>
       
    50             </widget>
       
    51             <widget name="lc_icon_contact" type="HbLabel">
       
    52                 <icon iconName=":/resources/themes/icons/hbdefault/scalable/note_warning.svg" name="icon"/>
       
    53                 <real name="z" value="10.0002"/>
       
    54                 <sizehint height="11.9403un" type="PREFERRED" width="8.95522un"/>
       
    55             </widget>
       
    56             <widget name="lc_icon_brand" type="HbLabel">
       
    57                 <icon iconName=":/resources/themes/icons/hbdefault/scalable/note_warning.svg" name="icon"/>
       
    58                 <real name="z" value="10.0003"/>
       
    59                 <sizehint height="11.9403un" type="PREFERRED" width="8.95522un"/>
       
    60             </widget>
       
    61             <widget name="lc_label_recipient" type="HbLabel">
       
    62                 <real name="z" value="10.0004"/>
       
    63                 <sizehint height="1.64179un" type="PREFERRED" width="27.76119un"/>
       
    64                 <sizehint height="1.64179un" type="MINIMUM" width="1.9403un"/>
       
    65                 <string locid="txt_lcomms_info_contact" name="plainText"/>
       
    66             </widget>
       
    67             <widget name="lc_label_phonenumber" type="HbLabel">
       
    68                 <real name="z" value="10.0005"/>
       
    69                 <sizehint height="1.64179un" type="PREFERRED" width="27.46269un"/>
       
    70                 <sizehint height="1.64179un" type="MINIMUM" width="1.9403un"/>
       
    71                 <string locid="txt_lcomms_info_phone_number" name="plainText"/>
       
    72             </widget>
       
    73             <widget name="lc_label_duration" type="HbLabel">
       
    74                 <real name="z" value="10.0006"/>
       
    75                 <sizehint height="1.64179un" type="PREFERRED" width="27.46269un"/>
       
    76                 <sizehint height="1.64179un" type="MINIMUM" width="2.08955un"/>
       
    77             </widget>
       
    78         </widget>
       
    79         <widget name="lc_menu" role="HbView:menu" type="HbMenu">
       
    80             <ref object="lc_act_fullscreen" role="HbMenu:addAction"/>
       
    81             <ref object="lc_act_adjustvideo" role="HbMenu:addAction"/>
       
    82             <ref object="lc_act_zoom" role="HbMenu:addAction"/>
       
    83             <ref object="lc_act_dialer" role="HbMenu:addAction"/>
       
    84             <ref object="lc_act_endactivecall" role="HbMenu:addAction"/>
       
    85         </widget>
       
    86         <widget name="lc_toolbar" role="HbView:toolBar" type="HbToolBar">
       
    87             <real name="z" value="3"/>
       
    88             <enums name="orientation" value="Horizontal"/>
       
    89             <ref object="lc_act_stopsharing" role="HbToolBar:addAction"/>
       
    90             <ref object="lc_act_changecamera" role="HbToolBar:addAction"/>
       
    91             <ref object="lc_act_mute" role="HbToolBar:addAction"/>
       
    92             <ref object="lc_act_gallery" role="HbToolBar:addAction"/>
       
    93         </widget>
       
    94         <string locid="txt_lcomms_title_send_view" name="title"/>
       
    95     </widget>
       
    96     <section name="portrait">
       
    97         <widget name="lc_icon_contact" type="HbLabel">
       
    98             <bool name="visible" value="TRUE"/>
       
    99         </widget>
       
   100         <widget name="lc_label_recipient" type="HbLabel">
       
   101             <bool name="visible" value="TRUE"/>
       
   102         </widget>
       
   103         <widget name="lc_label_duration" type="HbLabel">
       
   104             <bool name="visible" value="TRUE"/>
       
   105         </widget>
       
   106         <widget name="lc_label_phonenumber" type="HbLabel">
       
   107             <bool name="visible" value="TRUE"/>
       
   108         </widget>
       
   109         <widget name="lc_toolbar" role="HbView:toolBar" type="HbToolBar">
       
   110             <bool name="visible" value="TRUE"/>
       
   111         </widget>
       
   112         <widget name="lc_icon_brand" type="HbLabel">
       
   113             <bool name="visible" value="TRUE"/>
       
   114         </widget>
       
   115         <widget name="lc_content" role="HbView:widget" type="HbWidget">
       
   116             <layout type="anchor">
       
   117                 <anchoritem dst="lc_widget_sendvideo" dstEdge="LEFT" spacing="0.44776un" src="" srcEdge="LEFT"/>
       
   118                 <anchoritem dst="lc_widget_sendvideo" dstEdge="TOP" spacing="32.38806un" src="" srcEdge="TOP"/>
       
   119                 <anchoritem dst="lc_widget_sendvideo" dstEdge="RIGHT" spacing="-0.44776un" src="" srcEdge="RIGHT"/>
       
   120                 <anchoritem dst="lc_icon_contact" dstEdge="LEFT" spacing="3.58209un" src="" srcEdge="LEFT"/>
       
   121                 <anchoritem dst="lc_icon_contact" dstEdge="TOP" spacing="3.73134un" src="" srcEdge="TOP"/>
       
   122                 <anchoritem dst="lc_icon_brand" dstEdge="LEFT" spacing="41.9403un" src="" srcEdge="LEFT"/>
       
   123                 <anchoritem dst="lc_icon_brand" dstEdge="TOP" spacing="14.32836un" src="" srcEdge="TOP"/>
       
   124                 <anchoritem dst="lc_label_recipient" dstEdge="LEFT" spacing="16.41791un" src="" srcEdge="LEFT"/>
       
   125                 <anchoritem dst="lc_label_recipient" dstEdge="TOP" spacing="4.47761un" src="" srcEdge="TOP"/>
       
   126                 <anchoritem dst="lc_label_phonenumber" dstEdge="LEFT" spacing="16.41791un" src="" srcEdge="LEFT"/>
       
   127                 <anchoritem dst="lc_label_phonenumber" dstEdge="TOP" spacing="7.31343un" src="" srcEdge="TOP"/>
       
   128                 <anchoritem dst="lc_label_duration" dstEdge="LEFT" spacing="16.41791un" src="" srcEdge="LEFT"/>
       
   129                 <anchoritem dst="lc_label_duration" dstEdge="TOP" spacing="9.85075un" src="" srcEdge="TOP"/>
       
   130             </layout>
       
   131         </widget>
       
   132     </section>
       
   133     <section name="landscape">
       
   134         <widget name="lc_icon_contact" type="HbLabel">
       
   135             <bool name="visible" value="TRUE"/>
       
   136         </widget>
       
   137         <widget name="lc_label_recipient" type="HbLabel">
       
   138             <bool name="visible" value="TRUE"/>
       
   139         </widget>
       
   140         <widget name="lc_label_duration" type="HbLabel">
       
   141             <bool name="visible" value="TRUE"/>
       
   142         </widget>
       
   143         <widget name="lc_label_phonenumber" type="HbLabel">
       
   144             <bool name="visible" value="TRUE"/>
       
   145         </widget>
       
   146         <widget name="lc_toolbar" role="HbView:toolBar" type="HbToolBar">
       
   147             <bool name="visible" value="TRUE"/>
       
   148         </widget>
       
   149         <widget name="lc_icon_brand" type="HbLabel">
       
   150             <bool name="visible" value="TRUE"/>
       
   151         </widget>
       
   152         <widget name="lc_content" role="HbView:widget" type="HbWidget">
       
   153             <layout type="anchor">
       
   154                 <anchoritem dst="lc_widget_sendvideo" dstEdge="LEFT" spacing="0.44776un" src="" srcEdge="LEFT"/>
       
   155                 <anchoritem dst="lc_widget_sendvideo" dstEdge="TOP" spacing="0.44776un" src="" srcEdge="TOP"/>
       
   156                 <anchoritem dst="lc_widget_sendvideo" dstEdge="RIGHT" spacing="-48.35821un" src="" srcEdge="RIGHT"/>
       
   157                 <anchoritem dst="lc_widget_sendvideo" dstEdge="BOTTOM" spacing="-0.44776un" src="" srcEdge="BOTTOM"/>
       
   158                 <anchoritem dst="lc_icon_contact" dstEdge="LEFT" spacing="52.53731un" src="" srcEdge="LEFT"/>
       
   159                 <anchoritem dst="lc_icon_contact" dstEdge="TOP" spacing="1.19403un" src="" srcEdge="TOP"/>
       
   160                 <anchoritem dst="lc_icon_brand" dstEdge="LEFT" spacing="74.32836un" src="" srcEdge="LEFT"/>
       
   161                 <anchoritem dst="lc_icon_brand" dstEdge="TOP" spacing="14.47761un" src="" srcEdge="TOP"/>
       
   162                 <anchoritem dst="lc_label_recipient" dstEdge="LEFT" spacing="64.62687un" src="" srcEdge="LEFT"/>
       
   163                 <anchoritem dst="lc_label_recipient" dstEdge="TOP" spacing="2.38806un" src="" srcEdge="TOP"/>
       
   164                 <anchoritem dst="lc_label_phonenumber" dstEdge="LEFT" spacing="64.62687un" src="" srcEdge="LEFT"/>
       
   165                 <anchoritem dst="lc_label_phonenumber" dstEdge="TOP" spacing="5.22388un" src="" srcEdge="TOP"/>
       
   166                 <anchoritem dst="lc_label_duration" dstEdge="LEFT" spacing="64.62687un" src="" srcEdge="LEFT"/>
       
   167                 <anchoritem dst="lc_label_duration" dstEdge="TOP" spacing="7.76119un" src="" srcEdge="TOP"/>
       
   168             </layout>
       
   169         </widget>
       
   170     </section>
       
   171     <section name="fullscreen">
       
   172         <widget name="lc_icon_contact" type="HbLabel">
       
   173             <bool name="visible" value="FALSE"/>
       
   174         </widget>
       
   175         <widget name="lc_label_recipient" type="HbLabel">
       
   176             <bool name="visible" value="FALSE"/>
       
   177         </widget>
       
   178         <widget name="lc_label_duration" type="HbLabel">
       
   179             <bool name="visible" value="FALSE"/>
       
   180         </widget>
       
   181         <widget name="lc_label_phonenumber" type="HbLabel">
       
   182             <bool name="visible" value="FALSE"/>
       
   183         </widget>
       
   184         <widget name="lc_toolbar" role="HbView:toolBar" type="HbToolBar">
       
   185             <bool name="visible" value="FALSE"/>
       
   186         </widget>
       
   187         <widget name="lc_icon_brand" type="HbLabel">
       
   188             <bool name="visible" value="FALSE"/>
       
   189         </widget>
       
   190         <widget name="lc_content" role="HbView:widget" type="HbWidget">
       
   191             <layout type="anchor">
       
   192                 <anchoritem dst="lc_widget_sendvideo" dstEdge="LEFT" spacing="70" src="" srcEdge="LEFT"/>
       
   193                 <anchoritem dst="lc_widget_sendvideo" dstEdge="TOP" spacing="-66" src="" srcEdge="TOP"/>
       
   194                 <anchoritem dst="lc_widget_sendvideo" dstEdge="RIGHT" spacing="-70" src="" srcEdge="RIGHT"/>
       
   195                 <anchoritem dst="lc_widget_sendvideo" dstEdge="BOTTOM" spacing="0" src="" srcEdge="BOTTOM"/>
       
   196             </layout>
       
   197         </widget>
       
   198     </section>
       
   199     <metadata activeUIState="portrait" display="NHD portrait" unit="un">
       
   200         <uistate name="Common ui state" sections="#common"/>
       
   201         <uistate name="portrait" sections="#common portrait"/>
       
   202         <uistate name="landscape" sections="#common landscape"/>
       
   203     </metadata>
       
   204 </hbdocument>