idlefw/src/framework/homescreen.rss
branchRCL_3
changeset 14 15e4dd19031c
parent 4 1a2a00e78665
child 15 a0713522ab97
equal deleted inserted replaced
12:502e5d91ad42 14:15e4dd19031c
    58         icon_file = APP_RESOURCE_DIR"\\homescreen_aif.mbm";
    58         icon_file = APP_RESOURCE_DIR"\\homescreen_aif.mbm";
    59 
    59 
    60 #endif // __SCALABLE_ICONS
    60 #endif // __SCALABLE_ICONS
    61         };
    61         };
    62     }
    62     }
       
    63 
       
    64 RESOURCE DIALOG r_homescreen_wait_dialog
       
    65     {
       
    66     flags = EAknWaitNoteFlags;
       
    67     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
    68     items =
       
    69         {
       
    70         DLG_LINE
       
    71             {
       
    72             type = EAknCtNote;
       
    73             id = EGeneralNote;
       
    74             control= AVKON_NOTE
       
    75                 {
       
    76                 layout = EWaitLayout;
       
    77                 singular_label = qtn_hs_backup_use_prevented;
       
    78                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
    79                 };
       
    80             }
       
    81         };
       
    82     }
       
    83