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