phonebookui/pbkcommonui/resources/contacts_history.docml
changeset 28 3fad710701f2
child 33 e1c7b0febd15
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phonebookui/pbkcommonui/resources/contacts_history.docml	Tue May 11 12:31:28 2010 +0100
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<hbdocument version="1.0">
+    <object name="cnt:clearhistory" type="HbAction">
+        <string locid="txt_phob_opt_clear_history" name="text" value="Delete history"/>
+    </object>
+    <widget name="viewMenu" role="HbView:menu" type="HbMenu">
+        <ref object="cnt:clearhistory" role="HbMenu:addAction"/>
+    </widget>
+    <widget name="view" type="HbView">
+        <widget name="viewMenu" role="HbView:menu" type="HbMenu">
+            <ref object="cnt:clearhistory" role="HbMenu:addAction"/>
+        </widget>
+        <widget name="content" role="HbView:widget" type="HbWidget">
+            <widget name="groupBox" type="HbGroupBox">
+                <bool name="collapsable" value="FALSE"/>
+            </widget>
+            <widget name="listView" type="HbListView">
+                <enums name="scrollingStyle" value="PanWithFollowOn"/>
+                <sizepolicy horizontalPolicy="MinimumExpanding" horizontalStretch="0" verticalPolicy="MinimumExpanding" verticalStretch="0"/>
+                <sizehint height="1un" type="PREFERRED" width="1un"/>
+                <enums name="clampingStyle" value="BounceBackClamping"/>
+            </widget>
+            <layout orientation="Vertical" spacing="0un" type="linear">
+                <contentsmargins bottom="0un" left="0un" right="0un" top="0un"/>
+                <linearitem itemname="groupBox"/>
+                <linearitem itemname="listView"/>
+            </layout>
+        </widget>
+        <string locid="txt_phob_title_contacts" name="title" value="Contacts"/>
+    </widget>
+    <metadata activeUIState="Common ui state" display="QHD portrait" unit="un">
+        <resource location="pbkcommonui.qrc"/>
+        <uistate name="Common ui state" sections="#common"/>
+        <dummydata objectName="listView" section="#common" value="0"/>
+    </metadata>
+</hbdocument>