28
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<hbdocument version="0.9">
|
|
3 |
<object name="cnt:names" type="HbAction">
|
|
4 |
<icon iconName="qtg_mono_contact_all" name="icon"/>
|
|
5 |
</object>
|
|
6 |
<object name="cnt:groups" type="HbAction">
|
|
7 |
<icon iconName="qtg_mono_group" name="icon"/>
|
|
8 |
<bool name="enabled" value="FALSE"/>
|
|
9 |
</object>
|
|
10 |
<object name="cnt:find" type="HbAction">
|
|
11 |
<icon iconName="qtg_mono_search" name="icon"/>
|
|
12 |
</object>
|
|
13 |
<object name="cnt:activity" type="HbAction">
|
|
14 |
<icon iconName="qtg_mono_activitystream" name="icon"/>
|
|
15 |
</object>
|
|
16 |
<object name="cnt:newgroup" type="HbAction">
|
|
17 |
<string locid="txt_phob_opt_new_group" name="text"/>
|
|
18 |
</object>
|
|
19 |
<object name="cnt:deletegroups" type="HbAction">
|
|
20 |
<string locid="txt_phob_opt_delete_groups" name="text"/>
|
|
21 |
</object>
|
|
22 |
|
|
23 |
<widget name="view" type="HbView">
|
|
24 |
<widget name="content" role="HbView:widget" type="HbWidget">
|
|
25 |
<widget name="groupBox" type="HbGroupBox">
|
|
26 |
<string locid="txt_phob_subtitle_groups" name="heading"/>
|
|
27 |
<bool name="collapsable" value="FALSE"/>
|
|
28 |
</widget>
|
|
29 |
<widget name="listView" type="HbListView">
|
|
30 |
<sizehint height="1.0un" type="PREFERRED" width="1.0un"/>
|
|
31 |
<sizepolicy horizontalPolicy="MinimumExpanding" horizontalStretch="0" verticalPolicy="MinimumExpanding" verticalStretch="0"/>
|
|
32 |
<string name="scrollingStyle" value="PanOrFlick"/>
|
|
33 |
<string name="clampingStyle" value="BounceBackClamping"/>
|
|
34 |
</widget>
|
|
35 |
<layout orientation="Vertical" spacing="0.0un" type="linear">
|
|
36 |
<contentsmargins bottom="0.0un" left="0.0un" right="0.0un" top="0.0un"/>
|
|
37 |
<linearitem itemname="groupBox"/>
|
|
38 |
<linearitem itemname="listView"/>
|
|
39 |
</layout>
|
|
40 |
</widget>
|
|
41 |
<widget name="viewToolbar" role="HbView:toolBar" type="HbToolBar">
|
|
42 |
<enums name="orientation" value="Horizontal"/>
|
|
43 |
<contentsmargins bottom="0" left="0" right="0" top="0"/>
|
|
44 |
<ref object="cnt:names" role="HbToolBar:addAction"/>
|
|
45 |
<ref object="cnt:groups" role="HbToolBar:addAction"/>
|
|
46 |
<ref object="cnt:find" role="HbToolBar:addAction"/>
|
|
47 |
<ref object="cnt:activity" role="HbToolBar:addAction"/>
|
|
48 |
</widget>
|
|
49 |
<widget name="viewMenu" role="HbView:menu" type="HbMenu">
|
|
50 |
<ref object="cnt:newgroup" role="HbMenu:addAction"/>
|
|
51 |
<ref object="cnt:deletegroups" role="HbMenu:addAction"/>
|
|
52 |
</widget>
|
|
53 |
<string locid="txt_phob_title_contacts" name="title" value="Contacts"/>
|
|
54 |
</widget>
|
|
55 |
<metadata activeUIState="Common ui state" display="QHD portrait" unit="un">
|
|
56 |
<uistate name="Common ui state" sections="#common"/>
|
|
57 |
</metadata>
|
|
58 |
</hbdocument>
|