43
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<hbdocument version="1.1">
|
|
3 |
<object name="action" type="HbAction">
|
45
|
4 |
<bool name="checkable" value="FALSE"/>
|
|
5 |
<bool name="enabled" value="TRUE"/>
|
43
|
6 |
<icon iconName="qtg_mono_photos" name="icon"/>
|
|
7 |
<string name="text"/>
|
|
8 |
<bool name="visible" value="TRUE"/>
|
|
9 |
</object>
|
|
10 |
<object name="action_1" type="HbAction">
|
45
|
11 |
<bool name="checkable" value="FALSE"/>
|
43
|
12 |
<bool name="enabled" value="TRUE"/>
|
|
13 |
<icon iconName="qtg_mono_photo_albums" name="icon"/>
|
|
14 |
<string name="text"/>
|
|
15 |
</object>
|
|
16 |
<object name="action_2" type="HbAction">
|
|
17 |
<icon iconName="qtg_mono_camera" name="icon"/>
|
|
18 |
<string name="text"/>
|
|
19 |
</object>
|
|
20 |
<object name="action_3" type="HbAction">
|
|
21 |
<icon iconName="qtg_small_ovi" name="icon"/>
|
|
22 |
<string name="text"/>
|
|
23 |
</object>
|
|
24 |
<widget name="mainView" type="HbView">
|
|
25 |
<widget name="content" role="HbView:widget" type="HbWidget">
|
|
26 |
<layout type="anchor"/>
|
|
27 |
</widget>
|
|
28 |
<string locid="txt_photos_title_photos" name="title" value="Photos"/>
|
|
29 |
</widget>
|
45
|
30 |
<section name="portrait">
|
|
31 |
<widget name="mainView" type="HbView">
|
|
32 |
<widget name="viewToolbar" role="HbView:toolBar" type="HbToolBar">
|
|
33 |
<ref object="action" role="HbWidget:addAction"/>
|
|
34 |
<ref object="action_1" role="HbWidget:addAction"/>
|
|
35 |
<ref object="action_2" role="HbWidget:addAction"/>
|
|
36 |
<ref object="action_3" role="HbWidget:addAction"/>
|
|
37 |
</widget>
|
|
38 |
<bool name="enabled" value="TRUE"/>
|
|
39 |
<bool name="visible" value="TRUE"/>
|
|
40 |
</widget>
|
|
41 |
</section>
|
43
|
42 |
<section name="landscape">
|
52
|
43 |
<widget name="mainView" type="HbView">
|
|
44 |
<bool name="contentFullScreen" value="FALSE"/>
|
|
45 |
<enums name="titleBarFlags" value="TitleBarFlagNone"/>
|
|
46 |
</widget>
|
43
|
47 |
<widget name="content" role="HbView:widget" type="HbWidget">
|
52
|
48 |
<layout type="anchor"/>
|
43
|
49 |
</widget>
|
|
50 |
</section>
|
|
51 |
<metadata activeUIState="landscape" display="NHD-3.2-inch_landscape" unit="un">
|
|
52 |
<uistate name="Common ui state" sections="#common"/>
|
|
53 |
<uistate name="portrait" sections="#common portrait"/>
|
|
54 |
<uistate name="landscape" sections="#common landscape"/>
|
|
55 |
</metadata>
|
|
56 |
</hbdocument>
|