bluetoothengine/btnotif/btdevicedialogplugin/docml/bt-more-devices-dialog.docml
changeset 70 f5508c13dfe0
parent 57 5ebadcda06cb
--- a/bluetoothengine/btnotif/btdevicedialogplugin/docml/bt-more-devices-dialog.docml	Wed Oct 13 13:15:31 2010 +0300
+++ b/bluetoothengine/btnotif/btdevicedialogplugin/docml/bt-more-devices-dialog.docml	Tue Oct 19 15:09:34 2010 +0300
@@ -1,30 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<hbdocument version="1.1">
+<hbdocument version="1.2">
     <object name="moreAction" type="HbAction">
-        <enums name="softKeyRole" value="NoSoftKey"/>
         <string locid="txt_bt_button_more_devices" name="text"/>
-        <string locid="txt_bt_button_more_devices" name="toolTip"/>
     </object>
     <object name="cancelAction" type="HbAction">
         <string locid="txt_common_button_cancel" name="text"/>
-        <string locid="txt_common_button_cancel" name="toolTip"/>
     </object>
     <widget name="lastUsedDevicesDialog" type="HbDialog">
-        <rect height="68.20896un" name="geometry" width="49.73134un" x="1.73134un" y="11.64179un"/>
+        <sizehint height="49.73un" type="PREFERRED" width="49.73un"/>
+        <contentsmargins bottom="var(hb-param-margin-view-bottom)" left="var(hb-param-margin-view-left)" right="var(hb-param-margin-view-right)" top="var(hb-param-margin-view-top)"/>
         <widget name="sendToHeading" role="HbDialog:headingWidget" type="HbLabel">
-            <real name="z" value="1"/>
+            <enums name="alignment" value="AlignLeft|AlignLeading"/>
             <string locid="txt_bt_title_send_to" name="plainText"/>
+            <fontspec name="fontSpec" role="Primary" textheight="var(hb-param-text-height-primary)"/>
         </widget>
-        <widget name="listContainer" role="HbDialog:contentWidget" type="HbWidget">
-            <widget name="deviceList" type="HbListView">
-                <widget name="listItemPrototype" role="HbAbstractView:prototype" type="HbListViewItem"/>
-                <enums name="verticalScrollBarPolicy" value="ScrollBarAsNeeded"/>
-                <sizehint height="47.7612un" type="PREFERRED" width="35.8209un"/>
-            </widget>
-            <real name="z" value="2"/>
-            <layout type="grid">
-                <griditem column="0" itemname="deviceList" row="0"/>
-            </layout>
+        <widget name="deviceList" role="HbDialog:contentWidget" type="HbListView">
+            <widget name="listItemPrototype" role="HbAbstractView:prototype" type="HbListViewItem"/>
+            <enums name="verticalScrollBarPolicy" value="ScrollBarAsNeeded"/>
+            <real name="z" value="1"/>
+            <contentsmargins bottom="var(hb-param-margin-gene-popup-list)" left="var(hb-param-margin-gene-popup-list)" right="var(hb-param-margin-gene-popup-list)" top="var(hb-param-margin-gene-popup-list)"/>
         </widget>
         <ref object="moreAction" role="HbWidget:addAction"/>
         <ref object="cancelAction" role="HbWidget:addAction"/>