idlehomescreen/widgetmanager/data/widgetmanagerview.rss
branchRCL_3
changeset 93 b01126ce0bec
parent 83 5456b4e8b3a8
child 102 ba63c83f4716
--- a/idlehomescreen/widgetmanager/data/widgetmanagerview.rss	Tue Sep 14 20:58:58 2010 +0300
+++ b/idlehomescreen/widgetmanager/data/widgetmanagerview.rss	Wed Sep 15 12:00:00 2010 +0300
@@ -41,7 +41,7 @@
 
 RESOURCE AVKON_VIEW r_wm_main_container_view
     {
-    cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
+    cba = r_wm_softkeys_options_back__store;
     menubar = r_wm_main_container_options_menu;
     toolbar = 0;
     }
@@ -51,6 +51,28 @@
     txt = qtn_wm_title_text;
     }
 
+RESOURCE CBA r_wm_softkeys_options_back__store
+    {
+    flags = EEikButtonGroupAddToStack | EEikCbaFlagAppMskIcon;    
+    buttons =
+        {
+        CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
+        CBA_BUTTON {id=EAknSoftkeyBack; txt = text_softkey_back; },                
+        AVKON_CBA_BUTTON{id=EWmStoreCommand; longpressid=0; txt= ""; }
+        };
+    }
+
+RESOURCE CBA r_wm_softkeys_options_cancel__store
+    {
+    flags = EEikButtonGroupAddToStack | EEikCbaFlagAppMskIcon;
+    buttons =
+        {
+        CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
+        CBA_BUTTON {id=EAknSoftkeyCancel; txt = text_softkey_cancel; },
+        AVKON_CBA_BUTTON{id=EWmStoreCommand; longpressid=0; txt= ""; }
+        };
+    }
+
 // ----------------------------------------------------
 // MENU
 // ----------------------------------------------------
@@ -72,12 +94,6 @@
         {
         MENU_ITEM
             {
-            command = EWmMainContainerViewOpenPortalMenuItemCommand;
-            txt = qtn_options_wm_open;
-            flags = EEikMenuItemAction;
-            },
-        MENU_ITEM
-            {
             command = EWmMainContainerViewAddMenuItemCommand;
             txt = qtn_options_wm_add;
             flags = EEikMenuItemAction;
@@ -124,25 +140,21 @@
     }
 
 // ----------------------------------------------------
-// OVI STORE BUTTON
+// Ovi store related
 // ----------------------------------------------------
-
-RESOURCE AVKON_BUTTON r_wm_portal_button
+RESOURCE TBUF r_qtn_wm_ovi_store_title
     {
-    flags = 0;
-    states =
-        {
-        AVKON_BUTTON_STATE
-            {
-            flags = 0;
-            txt = qtn_wm_ovi_store_title;
-            }
-        };
+    buf = qtn_wm_ovi_store_title;
     }
 
-RESOURCE TBUF r_qtn_wm_go_to_ovi_store
+RESOURCE TBUF r_qtn_wm_ovi_store_desc
     {
-    buf = qtn_wm_ovi_store_title;
+    buf = qtn_wm_ovi_store_desc;
+    }
+
+RESOURCE TBUF r_qtn_wm_storelist_title
+    {
+    buf = qtn_wm_storelist_title;
     }
 
 // ----------------------------------------------------