homescreenapp/stateplugins/hsapplibrarystateplugin/resource/addcontentlabeledview.docml
changeset 92 6727c5d0afc7
parent 85 35368b604b28
child 96 458d8c8d9580
equal deleted inserted replaced
85:35368b604b28 92:6727c5d0afc7
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <hbdocument version="1.1">
       
     3     <widget name="view" type="HbView">
       
     4         <widget name="container" role="HbView:widget" type="HbWidget">
       
     5             <widget name="label" type="HbGroupBox">
       
     6                 <string name="heading" value="."/>
       
     7                 <bool name="marqueeHeading" value="TRUE"/>
       
     8                 <fontspec name="fontSpec" role="Title" textheight="0"/>
       
     9             </widget>
       
    10             <widget name="buttonContainer" type="HbWidget">
       
    11                 <widget name="addContentButton" type="HbPushButton">
       
    12                     <string locid="txt_applib_button_add_to_collection" name="text"/>
       
    13                     <sizepolicy horizontalPolicy="Expanding" horizontalStretch="0" verticalPolicy="Expanding" verticalStretch="0"/>
       
    14                 </widget>
       
    15                 <layout orientation="Horizontal" spacing="0.0un" type="linear">
       
    16                     <stretchitem stretchfactor="1"/>
       
    17                     <linearitem itemname="addContentButton" stretchfactor="5"/>
       
    18                     <stretchitem stretchfactor="1"/>
       
    19                 </layout>
       
    20             </widget>
       
    21             <layout orientation="Vertical" spacing="0.0un" type="linear">
       
    22                 <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
       
    23                 <linearitem itemname="label"/>
       
    24                 <stretchitem stretchfactor="1"/>
       
    25                 <linearitem itemname="buttonContainer"/>
       
    26                 <stretchitem stretchfactor="5"/>
       
    27             </layout>
       
    28         </widget>
       
    29         <string locid="txt_applib_title_applications" name="title"/>
       
    30     </widget>
       
    31     <metadata activeUIState="Common ui state" display="NHD-3.2-inch_portrait" unit="un">
       
    32         <uistate name="Common ui state" sections="#common"/>
       
    33     </metadata>
       
    34 </hbdocument>