72
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<hbdocument version="0.9">
|
|
3 |
<object name="cnt:managemembers" type="HbAction">
|
|
4 |
<icon iconName="qtg_mono_edit" name="icon"/>
|
|
5 |
</object>
|
|
6 |
<object name="cnt:deletegroup" type="HbAction">
|
|
7 |
<icon iconName="qtg_mono_delete" name="icon"/>
|
|
8 |
</object>
|
|
9 |
<object name="cnt:groupactions" type="HbAction">
|
|
10 |
<icon iconName="qtg_mono_communication" name="icon"/>
|
|
11 |
</object>
|
|
12 |
<object name="cnt:editgroupdetails" type="HbAction">
|
|
13 |
<string name="text" locid="txt_phob_opt_edit_group_details"/>
|
|
14 |
</object>
|
|
15 |
|
|
16 |
<widget name="view" type="HbView">
|
|
17 |
<widget name="content" role="HbView:widget" type="HbWidget">
|
|
18 |
<widget name="listView" type="HbListView">
|
|
19 |
</widget>
|
|
20 |
<widget name="imageLabel" type="CntImageLabel">
|
|
21 |
<bool name="visible" value="FALSE"/>
|
|
22 |
<sizehint height="30.5un" type="FIXED" width="30.5un"/>
|
|
23 |
<icon iconName="qtg_large_add_group_picture" name="icon"/>
|
|
24 |
<sizepolicy horizontalPolicy="Fixed" horizontalStretch="0" verticalPolicy="Fixed" verticalStretch="0"/>
|
|
25 |
</widget>
|
|
26 |
<widget name="groupHeading" type="CntContactCardHeadingItem"/>
|
|
27 |
</widget>
|
|
28 |
|
|
29 |
<widget name="viewMenu" role="HbView:menu" type="HbMenu">
|
|
30 |
<ref object="cnt:editgroupdetails" role="HbMenu:addAction"/>
|
|
31 |
</widget>
|
|
32 |
<widget name="viewToolbar" role="HbView:toolBar" type="HbToolBar">
|
|
33 |
<ref object="cnt:managemembers" role="HbToolBar:addAction"/>
|
|
34 |
<ref object="cnt:deletegroup" role="HbToolBar:addAction"/>
|
|
35 |
<ref object="cnt:groupactions" role="HbToolBar:addAction"/>
|
|
36 |
</widget>
|
|
37 |
<string locid="txt_phob_title_contacts" name="title" value="Contacts"/>
|
|
38 |
</widget>
|
|
39 |
<section name="portrait">
|
|
40 |
<widget name="content" role="HbView:widget" type="HbWidget">
|
|
41 |
<widget name="imageLabel" type="CntImageLabel">
|
|
42 |
<bool name="visible" value="FALSE"/>
|
|
43 |
</widget>
|
|
44 |
<layout orientation="Vertical" spacing="0un" type="linear">
|
|
45 |
<contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
|
|
46 |
<linearitem itemname="groupHeading"/>
|
|
47 |
<linearitem itemname="listView"/>
|
|
48 |
</layout>
|
|
49 |
</widget>
|
|
50 |
</section>
|
|
51 |
<section name="landscape">
|
|
52 |
<widget name="content" role="HbView:widget" type="HbWidget">
|
|
53 |
<widget name="imageLabel" type="CntImageLabel">
|
|
54 |
<bool name="visible" value="TRUE"/>
|
|
55 |
</widget>
|
|
56 |
<layout type="anchor">
|
|
57 |
<anchoritem src="imageLabel" srcEdge="LEFT" dst="" dstEdge="LEFT" spacing="-var(hb-param-margin-gene-left)" />
|
|
58 |
<anchoritem src="imageLabel" srcEdge="TOP" dst="" dstEdge="TOP" spacing="-var(hb-param-margin-gene-top)" />
|
|
59 |
<anchoritem src="imageLabel" srcEdge="RIGHT" dst="groupHeading" dstEdge="LEFT" spacing="var(hb-param-margin-gene-right)" />
|
|
60 |
<anchoritem src="groupHeading" srcEdge="TOP" dst="" dstEdge="TOP" spacing="0un" />
|
|
61 |
<anchoritem src="groupHeading" srcEdge="BOTTOM" dst="listView" dstEdge="TOP" spacing="0un" />
|
|
62 |
<anchoritem src="groupHeading" srcEdge="RIGHT" dst="" dstEdge="RIGHT" spacing="0un" />
|
|
63 |
<anchoritem src="listView" srcEdge="LEFT" dst="groupHeading" dstEdge="LEFT" spacing="0un" />
|
|
64 |
<anchoritem src="listView" srcEdge="RIGHT" dst="groupHeading" dstEdge="RIGHT" spacing="0un" />
|
|
65 |
<anchoritem src="listView" srcEdge="BOTTOM" dst="" dstEdge="BOTTOM" spacing="0un" />
|
|
66 |
</layout>
|
|
67 |
</widget>
|
|
68 |
</section>
|
|
69 |
<metadata activeUIState="portrait" display="QHD portrait" unit="un">
|
|
70 |
<uistate name="Common ui state" sections="#common"/>
|
|
71 |
<uistate name="portrait" sections="#common portrait"/>
|
|
72 |
<uistate name="landscape" sections="#common landscape"/>
|
|
73 |
</metadata>
|
|
74 |
</hbdocument>
|