phonebookui/pbkcommonui/resources/contacts_detail_editor.docml
changeset 28 3fad710701f2
child 46 efe85016a067
equal deleted inserted replaced
27:de1630741fbe 28:3fad710701f2
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <hbdocument version="1.0">
       
     3     <object name="cnt:Insert" type="HbAction">
       
     4         <string name="text" value="Insert"/>
       
     5     </object>
       
     6     <object name="cnt:discardchanges" type="HbAction">
       
     7          <string locid="txt_phob_opt_discard_changes" name="text" value="Discard Changes"/>
       
     8     </object>
       
     9     <widget name="view" type="HbView">
       
    10         <widget name="content" role="HbView:widget" type="HbWidget">
       
    11             <widget name="headerBox" type="HbGroupBox">
       
    12                 <bool name="collapsable" value="FALSE"/>
       
    13                 <string locid="txt_phob_subtitle_groups" name="heading"/>
       
    14             </widget>
       
    15             <widget name="dataForm" type="HbDataForm">
       
    16                 <real name="z" value="1"/>
       
    17             </widget>
       
    18             <layout orientation="Vertical" spacing="0un" type="linear">
       
    19                 <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
       
    20                 <linearitem itemname="headerBox"/>
       
    21                 <linearitem itemname="dataForm"/>
       
    22             </layout>
       
    23         </widget>
       
    24         <string locid="txt_phob_title_contacts" name="title" value="Contacts"/>
       
    25     </widget>
       
    26  
       
    27    <metadata activeUIState="Common ui state" display="NHD portrait" unit="un">
       
    28         <uistate name="Common ui state" sections="#common"/>
       
    29         <uistate name="landscape" sections="#common"/>
       
    30         <uistate name="portrait" sections="#common"/>
       
    31     </metadata>
       
    32 </hbdocument>