31
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
60
|
2 |
<hbdocument version="1.2">
|
31
|
3 |
<widget name="occ_add_wlan_06" type="HbWidget">
|
60
|
4 |
<!-- layout id: txt_occ_dialog_insert_the_name_of_the_new_wlan_net -->
|
31
|
5 |
<widget name="dialog" type="HbLabel">
|
|
6 |
<enums name="textWrapping" value="TextWordWrap"/>
|
|
7 |
<fontspec name="fontSpec" role="Secondary" textheight="var(hb-param-text-height-secondary)"/>
|
60
|
8 |
<integer name="maximumLines" value="4"/>
|
31
|
9 |
</widget>
|
|
10 |
<widget name="progressBar" type="HbProgressBar">
|
|
11 |
<integer name="progressValue" value="0"/>
|
|
12 |
<integer name="minimum" value="0"/>
|
|
13 |
<enums name="orientation" value="Horizontal"/>
|
|
14 |
<integer name="maximum" value="0"/>
|
|
15 |
</widget>
|
|
16 |
<sizepolicy horizontalPolicy="Expanding" horizontalStretch="0" verticalPolicy="Expanding" verticalStretch="0"/>
|
|
17 |
<layout type="anchor"/>
|
|
18 |
</widget>
|
|
19 |
<section name="portrait_section">
|
|
20 |
<widget name="occ_add_wlan_06" type="HbWidget">
|
|
21 |
<layout type="anchor">
|
60
|
22 |
<anchoritem dst="dialog" dstEdge="LEFT" prefLength="var(hb-param-margin-gene-popup)" src="" srcEdge="LEFT"/>
|
|
23 |
<anchoritem dst="dialog" dstEdge="TOP" prefLength="var(hb-param-margin-gene-popup)" src="" srcEdge="TOP"/>
|
|
24 |
<anchoritem direction="NEGATIVE" dst="dialog" dstEdge="RIGHT" prefLength="var(hb-param-margin-gene-popup)" src="" srcEdge="RIGHT"/>
|
|
25 |
<anchoritem dst="progressBar" dstEdge="LEFT" src="dialog" srcEdge="LEFT"/>
|
|
26 |
<anchoritem dst="progressBar" dstEdge="TOP" prefLength="var(hb-param-margin-gene-middle-vertical)" src="dialog" srcEdge="BOTTOM"/>
|
|
27 |
<anchoritem dst="progressBar" dstEdge="RIGHT" src="dialog" srcEdge="RIGHT"/>
|
31
|
28 |
</layout>
|
|
29 |
</widget>
|
|
30 |
</section>
|
|
31 |
<section name="landscape_section">
|
|
32 |
<widget name="occ_add_wlan_06" type="HbWidget">
|
|
33 |
<layout type="anchor">
|
60
|
34 |
<anchoritem dst="dialog" dstEdge="LEFT" prefLength="var(hb-param-margin-gene-popup)" src="" srcEdge="LEFT"/>
|
|
35 |
<anchoritem dst="dialog" dstEdge="TOP" prefLength="var(hb-param-margin-gene-popup)" src="" srcEdge="TOP"/>
|
|
36 |
<anchoritem direction="NEGATIVE" dst="dialog" dstEdge="RIGHT" prefLength="expr(var(hb-param-margin-gene-middle-horizontal) / 2)" src="" srcEdge="CENTERH"/>
|
|
37 |
<anchoritem dst="progressBar" dstEdge="LEFT" prefLength="var(hb-param-margin-gene-middle-horizontal)" src="dialog" srcEdge="RIGHT"/>
|
|
38 |
<anchoritem dst="progressBar" dstEdge="TOP" src="dialog" srcEdge="TOP"/>
|
|
39 |
<anchoritem direction="NEGATIVE" dst="progressBar" dstEdge="RIGHT" prefLength="var(hb-param-margin-gene-popup)" src="" srcEdge="RIGHT"/>
|
31
|
40 |
</layout>
|
|
41 |
</widget>
|
|
42 |
</section>
|
39
|
43 |
<metadata activeUIState="portrait" display="NHD-3.2-inch_portrait" unit="un">
|
31
|
44 |
<uistate name="Common ui state" sections="#common"/>
|
|
45 |
<uistate name="portrait" sections="#common portrait_section"/>
|
|
46 |
<uistate name="landscape" sections="#common landscape_section"/>
|
|
47 |
</metadata>
|
|
48 |
</hbdocument>
|