idlehomescreen/data/vga_tch/double_row_icon_widget_2001fdbd/xuikon/00/double_row_icon_widget.xml
changeset 0 f72a12da539e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/idlehomescreen/data/vga_tch/double_row_icon_widget_2001fdbd/xuikon/00/double_row_icon_widget.xml	Thu Dec 17 08:40:49 2009 +0200
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- <!DOCTYPE xmluiml SYSTEM "AI3_Demo.dtd"> -->
+<xmluiml xmlns="http://www.series60.com/xml/xmluiml/1" version="1.0">
+    <widget>
+      <contentsource id="double_row_icon_widget" class="ContentSource" name="" value="0x20019594"/>
+      <configuration name="service" value="Service.ContentPublishing"/>
+      <configuration name="interface" value="IContentPublishing"/>
+      <configuration name="command" value="GetList"/>
+      <configuration id="pub_id" name="publisher" value=""/>
+      
+      <box id="double_row_icon_widget" focusable="true" _s60-initial-focus="1">
+    	 <actions>
+	        <action>
+	          <trigger name="stylus">
+	            <property name="eventtype" value="downup" />
+	          </trigger>
+	          <trigger name="activate"/>
+	          <trigger name="keyevent">
+	              <property name="scancode" value="3"/>
+	              <property name="eventtype" value="1"/>
+	          </trigger>
+	          <event id="trigger1" name="" />
+	        </action>
+	      </actions>
+
+      <box id="double_rc_row1_box" class="row" >
+        <box id="double_rc_image1_box" class="imagebox">
+          <image id="row1img"> 
+            <configuration name="content_type" value="row1"/>
+            <property id="prop1" class=""/>
+          </image>
+        </box>        
+        <box id="double_rc_text1_box" class="textbox">
+            <text id="row1txt"> 
+            <configuration name="content_type" value="row1"/>
+            <property id="prop2" class=""/>
+          </text>
+        </box>
+      </box>
+      
+      <box id="double_rc_row2_box"  class="row" >
+        <box id="double_rc_image2_box" class="imagebox">
+          <image id="row2img"> 
+					  <configuration name="content_type" value="row2"/>
+            <property id="prop3" class=""/>
+          </image>
+        </box>        
+        <box id="double_rc_text2_box" class="textbox">
+            <text id="row2txt"> 
+					  <configuration name="content_type" value="row2"/>
+            <property id="prop4" class=""/>
+          </text>
+        </box>
+      </box>
+      
+    </box>
+    </widget>
+</xmluiml>