idlefw/src/framework/homescreen.rss
branchRCL_3
changeset 14 15e4dd19031c
parent 4 1a2a00e78665
child 15 a0713522ab97
--- a/idlefw/src/framework/homescreen.rss	Mon Mar 15 12:41:53 2010 +0200
+++ b/idlefw/src/framework/homescreen.rss	Wed Mar 31 22:04:35 2010 +0300
@@ -60,3 +60,24 @@
 #endif // __SCALABLE_ICONS
         };
     }
+
+RESOURCE DIALOG r_homescreen_wait_dialog
+    {
+    flags = EAknWaitNoteFlags;
+    buttons = R_AVKON_SOFTKEYS_EMPTY;
+    items =
+        {
+        DLG_LINE
+            {
+            type = EAknCtNote;
+            id = EGeneralNote;
+            control= AVKON_NOTE
+                {
+                layout = EWaitLayout;
+                singular_label = qtn_hs_backup_use_prevented;
+                animation = R_QGN_GRAF_WAIT_BAR_ANIM;
+                };
+            }
+        };
+    }
+