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