idlehomescreen/xmluirendering/uiengine/src/xnwallpaperview.rss
branchRCL_3
changeset 19 79311d856354
parent 12 9674c1a575e9
child 23 7be2816dbabd
equal deleted inserted replaced
18:d05a55b217df 19:79311d856354
    52 RESOURCE TBUF r_qtn_hs_corrupted_image_note 
    52 RESOURCE TBUF r_qtn_hs_corrupted_image_note 
    53     {
    53     {
    54     buf = qtn_hs_corrupted_image_note; 
    54     buf = qtn_hs_corrupted_image_note; 
    55     }
    55     }
    56 
    56 
       
    57 // ----------------------------------------------------
       
    58 // r_qtn_hs_too_big_image_note
       
    59 //
       
    60 // ----------------------------------------------------
       
    61 //
       
    62 RESOURCE TBUF r_qtn_hs_too_big_image_note 
       
    63     {
       
    64     buf = qtn_hs_too_big_image_note;
       
    65     }
       
    66     
       
    67 // ----------------------------------------------------
       
    68 // r_change_wallpaper_wait_dialog
       
    69 //
       
    70 // ----------------------------------------------------
       
    71 //
       
    72 RESOURCE DIALOG r_change_wallpaper_wait_dialog
       
    73     {
       
    74     flags = EAknWaitNoteFlags;
       
    75     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
    76     items =
       
    77         {
       
    78         DLG_LINE
       
    79             {
       
    80             type = EAknCtNote;
       
    81             id = EGeneralNote;
       
    82             control= AVKON_NOTE
       
    83                 {
       
    84                 layout = EWaitLayout;
       
    85                 singular_label = qtn_gen_note_processing;
       
    86                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
    87                 };
       
    88             }
       
    89         };
       
    90     }    
       
    91     
    57 // End of file
    92 // End of file