|
1 /* |
|
2 * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Resource definitions for AVKON Notifiers. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 NAME TNFP |
|
20 |
|
21 #include <eikon.rh> |
|
22 #include <eikcore.rsg> |
|
23 #include <avkon.rsg> |
|
24 #include <avkon.rh> |
|
25 #include "AknNotifyPlugin.hrh" |
|
26 #include <aknnotifyplugin.loc> |
|
27 #include <avkon.loc> |
|
28 #include "avkon.hrh" |
|
29 #include <AiwCommon.rh> |
|
30 |
|
31 // For bitmap indexes |
|
32 #include <avkon.mbg> |
|
33 |
|
34 RESOURCE RSS_SIGNATURE { } |
|
35 |
|
36 RESOURCE TBUF16 { buf=""; } |
|
37 |
|
38 // KeyLock resources |
|
39 |
|
40 RESOURCE CBA r_keylock_softkeys_unlock_empty |
|
41 { |
|
42 buttons = |
|
43 { |
|
44 CBA_BUTTON{id=EAknSoftkeyUnlock; txt= text_softkey_unlock; }, |
|
45 CBA_BUTTON{id=EAknSoftkeyEmpty; txt=text_softkey_empty; }, |
|
46 CBA_BUTTON{id=EAknSoftkeyEmpty; txt=text_softkey_empty; } |
|
47 }; |
|
48 } |
|
49 |
|
50 RESOURCE CBA r_keylock_softkeys_empty_ok |
|
51 { |
|
52 buttons = |
|
53 { |
|
54 CBA_BUTTON{txt=text_softkey_empty; }, |
|
55 CBA_BUTTON{id=EAknSoftkeyOk; txt= text_softkey_ok; } |
|
56 }; |
|
57 } |
|
58 |
|
59 RESOURCE CBA r_keylock_softkeys_lock_confirmation |
|
60 { |
|
61 buttons = |
|
62 { |
|
63 CBA_BUTTON{id=EAknSoftkeyLock; txt= text_softkey_yes; }, |
|
64 CBA_BUTTON{id=EAknSoftkeyExit; txt= text_softkey_no; } |
|
65 }; |
|
66 } |
|
67 |
|
68 RESOURCE DIALOG r_keylock_note_keylocked |
|
69 { |
|
70 flags = EAknConfirmationNoteFlags; |
|
71 buttons = r_keylock_softkeys_unlock_empty; |
|
72 items = |
|
73 { |
|
74 DLG_LINE |
|
75 { |
|
76 type = EAknCtNote; |
|
77 id = ENPIKeylockNote; |
|
78 control = AVKON_NOTE |
|
79 { |
|
80 layout = EGeneralLayout; |
|
81 |
|
82 #ifndef __SERIES60_KEYPAD_NO_SLIDER |
|
83 singular_label = qtn_keyg_err_unaccept_press; |
|
84 plural_label = qtn_keyg_err_unaccept_press; |
|
85 #endif //#ifndef SERIES60_KEYPAD_NO_SLIDER |
|
86 |
|
87 #ifdef __SERIES60_KEYPAD_NO_SLIDER |
|
88 singular_label = qtn_keyg_err_unaccept_presses; |
|
89 plural_label = qtn_keyg_err_unaccept_presses; |
|
90 #endif //#ifdef SERIES60_KEYPAD_NO_SLIDER |
|
91 |
|
92 animation = R_QGN_NOTE_INFO_ANIM; |
|
93 }; |
|
94 } |
|
95 }; |
|
96 } |
|
97 |
|
98 RESOURCE DIALOG r_keylock_note_keylocked_switch |
|
99 { |
|
100 flags = EAknConfirmationNoteFlags; |
|
101 buttons = r_keylock_softkeys_unlock_empty; |
|
102 items = |
|
103 { |
|
104 DLG_LINE |
|
105 { |
|
106 type = EAknCtNote; |
|
107 id = ENPIKeylockNote; |
|
108 control = AVKON_NOTE |
|
109 { |
|
110 layout = EGeneralLayout; |
|
111 #ifndef __SERIES60_KEYPAD_NO_SLIDER |
|
112 singular_label = qtn_keyg_info_note_keyguard_switch; |
|
113 plural_label = qtn_keyg_info_note_keyguard_switch; |
|
114 #endif //#ifndef SERIES60_KEYPAD_NO_SLIDER |
|
115 |
|
116 #ifdef __SERIES60_KEYPAD_NO_SLIDER |
|
117 singular_label = qtn_keyg_info_note_keyguard_switch; |
|
118 plural_label = qtn_keyg_info_note_keyguard_switch; |
|
119 #endif //#ifdef SERIES60_KEYPAD_NO_SLIDER |
|
120 animation = R_QGN_NOTE_INFO_ANIM; |
|
121 }; |
|
122 } |
|
123 }; |
|
124 } |
|
125 |
|
126 RESOURCE DIALOG r_keylock_note_keylocked_switch_no_cba |
|
127 { |
|
128 flags = EAknConfirmationNoteFlags; |
|
129 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
130 items = |
|
131 { |
|
132 DLG_LINE |
|
133 { |
|
134 type = EAknCtNote; |
|
135 id = ENPIKeylockNote; |
|
136 control = AVKON_NOTE |
|
137 { |
|
138 layout = EGeneralLayout; |
|
139 #ifndef __SERIES60_KEYPAD_NO_SLIDER |
|
140 singular_label = qtn_keyg_info_note_keyguard_switch; |
|
141 plural_label = qtn_keyg_info_note_keyguard_switch; |
|
142 #endif //#ifndef SERIES60_KEYPAD_NO_SLIDER |
|
143 |
|
144 #ifdef __SERIES60_KEYPAD_NO_SLIDER |
|
145 singular_label = qtn_keyg_info_note_keyguard_switch; |
|
146 plural_label = qtn_keyg_info_note_keyguard_switch; |
|
147 #endif //#ifdef SERIES60_KEYPAD_NO_SLIDER |
|
148 animation = R_QGN_NOTE_INFO_ANIM; |
|
149 }; |
|
150 } |
|
151 }; |
|
152 } |
|
153 |
|
154 RESOURCE DIALOG r_keylock_note_unlock_confirm |
|
155 { |
|
156 flags = EAknConfirmationNoteFlags; |
|
157 buttons = r_keylock_softkeys_empty_ok; |
|
158 items = |
|
159 { |
|
160 DLG_LINE |
|
161 { |
|
162 type = EAknCtNote; |
|
163 id = ENPIKeylockNote; |
|
164 control = AVKON_NOTE |
|
165 { |
|
166 layout = EGeneralLayout; |
|
167 singular_label = qtn_keyg_quest_unlock_keypad; |
|
168 plural_label = qtn_keyg_quest_unlock_keypad; |
|
169 animation = R_QGN_NOTE_QUERY_ANIM; |
|
170 }; |
|
171 } |
|
172 }; |
|
173 } |
|
174 |
|
175 RESOURCE DIALOG r_keylock_note_unlock_asterisk |
|
176 { |
|
177 #ifdef RD_SCALABLE_UI_V2 |
|
178 flags = EAknDialogGenericNoteFlags; |
|
179 #else |
|
180 flags = EAknConfirmationNoteFlags; |
|
181 #endif // RD_SCALABLE_UI_V2 |
|
182 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
183 items = |
|
184 { |
|
185 DLG_LINE |
|
186 { |
|
187 type = EAknCtNote; |
|
188 id = ENPIKeylockNote; |
|
189 control = AVKON_NOTE |
|
190 { |
|
191 layout = EGeneralLayout; |
|
192 singular_label = qtn_keyg_info_nowpress; |
|
193 plural_label = qtn_keyg_info_nowpress; |
|
194 animation = R_QGN_NOTE_INFO_ANIM; |
|
195 }; |
|
196 } |
|
197 }; |
|
198 } |
|
199 |
|
200 RESOURCE DIALOG r_keylock_note_lock_on |
|
201 { |
|
202 flags = EAknConfirmationNoteFlags; |
|
203 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
204 items = |
|
205 { |
|
206 DLG_LINE |
|
207 { |
|
208 type = EAknCtNote; |
|
209 id = ENPIKeylockNote; |
|
210 control = AVKON_NOTE |
|
211 { |
|
212 layout = EGeneralLayout; |
|
213 singular_label = qtn_keyg_conf_keypad_locked; |
|
214 plural_label = qtn_keyg_conf_keypad_locked; |
|
215 animation = R_QGN_NOTE_KEYGUARD_LOCKED_ANIM; |
|
216 }; |
|
217 } |
|
218 }; |
|
219 } |
|
220 |
|
221 RESOURCE DIALOG r_keylock_note_lock_off |
|
222 { |
|
223 flags = EAknConfirmationNoteFlags; |
|
224 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
225 items = |
|
226 { |
|
227 DLG_LINE |
|
228 { |
|
229 type = EAknCtNote; |
|
230 id = ENPIKeylockNote; |
|
231 control = AVKON_NOTE |
|
232 { |
|
233 layout = EGeneralLayout; |
|
234 singular_label = qtn_keyg_conf_keypad_active; |
|
235 plural_label = qtn_keyg_conf_keypad_active; |
|
236 animation = R_QGN_NOTE_KEYGUARD_OPEN_ANIM; |
|
237 }; |
|
238 } |
|
239 }; |
|
240 } |
|
241 |
|
242 RESOURCE DIALOG r_keylock_offer_lock_note |
|
243 { |
|
244 flags = EAknConfirmationNoteFlags; |
|
245 buttons = r_keylock_softkeys_lock_confirmation; |
|
246 items = |
|
247 { |
|
248 DLG_LINE |
|
249 { |
|
250 type = EAknCtNote; |
|
251 id = ENPIKeylockNote; |
|
252 control = AVKON_NOTE |
|
253 { |
|
254 layout = EGeneralLayout; |
|
255 singular_label = qtn_keyg_lock_keys; |
|
256 plural_label = qtn_keyg_lock_keys; |
|
257 animation = R_QGN_NOTE_QUERY_ANIM; |
|
258 }; |
|
259 } |
|
260 }; |
|
261 } |
|
262 |
|
263 RESOURCE DIALOG r_global_note |
|
264 { |
|
265 flags = EAknDialogGenericNoteFlags | EEikDialogFlagNotifyEsc; |
|
266 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
267 items = |
|
268 { |
|
269 DLG_LINE |
|
270 { |
|
271 type = EAknCtNote; |
|
272 id = ENPIGlobalNote; |
|
273 control = AVKON_NOTE |
|
274 { |
|
275 layout = EGeneralLayout; |
|
276 singular_label = ""; |
|
277 plural_label = ""; |
|
278 }; |
|
279 } |
|
280 }; |
|
281 } |
|
282 |
|
283 RESOURCE AVKON_NOTE r_information_control |
|
284 { |
|
285 layout = EGeneralLayout; |
|
286 singular_label = ""; |
|
287 plural_label = ""; |
|
288 animation = R_QGN_NOTE_INFO_ANIM; |
|
289 } |
|
290 |
|
291 RESOURCE AVKON_NOTE r_warning_control |
|
292 { |
|
293 layout = EGeneralLayout; |
|
294 singular_label = ""; |
|
295 plural_label = ""; |
|
296 animation = R_QGN_NOTE_WARNING_ANIM; |
|
297 } |
|
298 |
|
299 RESOURCE AVKON_NOTE r_confirmation_control |
|
300 { |
|
301 layout = EGeneralLayout; |
|
302 singular_label = ""; |
|
303 plural_label = ""; |
|
304 animation = R_QGN_NOTE_OK_ANIM; |
|
305 } |
|
306 |
|
307 RESOURCE AVKON_NOTE r_error_control |
|
308 { |
|
309 layout = EGeneralLayout; |
|
310 singular_label = ""; |
|
311 plural_label = ""; |
|
312 animation = R_QGN_NOTE_ERROR_ANIM; |
|
313 } |
|
314 |
|
315 RESOURCE AVKON_NOTE r_wait_control |
|
316 { |
|
317 layout = EWaitLayout; |
|
318 singular_label = ""; |
|
319 plural_label = ""; |
|
320 animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
321 } |
|
322 |
|
323 RESOURCE AVKON_NOTE r_permanent_control |
|
324 { |
|
325 layout = EGeneralLayout; |
|
326 singular_label = ""; |
|
327 plural_label = ""; |
|
328 } |
|
329 |
|
330 RESOURCE AVKON_NOTE r_battery_charging_control |
|
331 { |
|
332 layout = EGeneralLayout; |
|
333 singular_label = text_charging; |
|
334 plural_label = ""; |
|
335 animation = R_QGN_NOTE_BATT_CHARGING_ANIM; |
|
336 } |
|
337 |
|
338 |
|
339 RESOURCE AVKON_NOTE r_battery_not_charging_control |
|
340 { |
|
341 layout = EGeneralLayout; |
|
342 singular_label = text_wrong_charger; |
|
343 plural_label = ""; |
|
344 animation = R_QGN_NOTE_BATT_NOT_CHARGING_ANIM; |
|
345 } |
|
346 |
|
347 RESOURCE AVKON_NOTE r_battery_full_control |
|
348 { |
|
349 layout = EGeneralLayout; |
|
350 singular_label = text_battery_full; |
|
351 plural_label = ""; |
|
352 animation = R_QGN_NOTE_BATT_FULL_ANIM; |
|
353 } |
|
354 |
|
355 RESOURCE AVKON_NOTE r_battery_low_control |
|
356 { |
|
357 layout = EGeneralLayout; |
|
358 singular_label = text_battery_low; |
|
359 plural_label = ""; |
|
360 animation = R_QGN_NOTE_BATT_LOW_ANIM; |
|
361 } |
|
362 |
|
363 RESOURCE AVKON_NOTE r_recharge_battery_control |
|
364 { |
|
365 layout = EGeneralLayout; |
|
366 singular_label = qtn_battc_empty_recharge; |
|
367 plural_label = ""; |
|
368 animation = R_QGN_NOTE_BATT_RECHARGE_ANIM; |
|
369 } |
|
370 |
|
371 RESOURCE AVKON_NOTE r_missed_calls_note |
|
372 { |
|
373 layout = ENotificationWithGraphicsLayout; |
|
374 singular_label = qtn_notif_miss_call_ungroup; |
|
375 plural_label = qtn_notif_miss_calls_ungroup; |
|
376 imagefile = AVKON_BITMAP_FILE; |
|
377 imageid = EMbmAvkonQgn_note_call; |
|
378 imagemask = EMbmAvkonQgn_note_call_mask; |
|
379 flags = EAknNoteLeftSoftkeyWhenTapped; |
|
380 } |
|
381 |
|
382 RESOURCE AVKON_NOTE r_new_messages_note |
|
383 { |
|
384 layout = ENotificationWithGraphicsLayout; |
|
385 singular_label = qtn_notif_message_ungroup; |
|
386 plural_label = qtn_notif_messages_ungroup; |
|
387 imagefile = AVKON_BITMAP_FILE; |
|
388 imageid = EMbmAvkonQgn_note_message; |
|
389 imagemask = EMbmAvkonQgn_note_message_mask; |
|
390 flags = EAknNoteLeftSoftkeyWhenTapped; |
|
391 } |
|
392 |
|
393 RESOURCE AVKON_NOTE r_new_mail_note |
|
394 { |
|
395 layout = ENotificationWithGraphicsLayout; |
|
396 singular_label = qtn_notif_new_mail_ungroup; |
|
397 plural_label = qtn_notif_new_mails_ungroup; |
|
398 imagefile = AVKON_BITMAP_FILE; |
|
399 imageid = EMbmAvkonQgn_note_mail; |
|
400 imagemask = EMbmAvkonQgn_note_mail_mask; |
|
401 flags = EAknNoteLeftSoftkeyWhenTapped; |
|
402 } |
|
403 |
|
404 RESOURCE AVKON_NOTE r_network_information_note |
|
405 { |
|
406 layout = ETextualNotificationLayout; |
|
407 singular_label = ""; |
|
408 plural_label = ""; |
|
409 } |
|
410 |
|
411 RESOURCE AVKON_NOTE r_select_network_note |
|
412 { |
|
413 layout = ETextualNotificationLayout; |
|
414 singular_label = text_please_select_network; |
|
415 plural_label = ""; |
|
416 flags = EAknNoteLeftSoftkeyWhenTapped; |
|
417 } |
|
418 |
|
419 RESOURCE AVKON_NOTE r_unstructured_ss_data_note |
|
420 { |
|
421 layout = ETextualNotificationLayout; |
|
422 singular_label = text_ussd_message_header; |
|
423 plural_label = ""; |
|
424 } |
|
425 |
|
426 RESOURCE AVKON_NOTE r_voice_mail_note |
|
427 { |
|
428 layout = ETextualNotificationLayout; |
|
429 singular_label = text_voice_message_waiting; |
|
430 plural_label = text_voice_messages_waiting; |
|
431 flags = EAknNoteLeftSoftkeyWhenTapped; |
|
432 } |
|
433 |
|
434 RESOURCE AVKON_NOTE r_voice_mail_on_line1_note |
|
435 { |
|
436 layout = ETextualNotificationLayout; |
|
437 singular_label = text_voice_mail_waiting_on_l1; |
|
438 plural_label = qtn_voice_mails_waiting_on_l1; |
|
439 flags = EAknNoteLeftSoftkeyWhenTapped; |
|
440 } |
|
441 |
|
442 RESOURCE AVKON_NOTE r_voice_mail_on_line2_note |
|
443 { |
|
444 layout = ETextualNotificationLayout; |
|
445 singular_label = text_voice_mail_waiting_on_l2; |
|
446 plural_label = qtn_voice_mails_waiting_on_l2; |
|
447 flags = EAknNoteLeftSoftkeyWhenTapped; |
|
448 } |
|
449 |
|
450 RESOURCE AVKON_NOTE r_cell_broadcast_note |
|
451 { |
|
452 layout = ETextualNotificationLayout; |
|
453 singular_label = text_cb_received; |
|
454 plural_label = text_cb_received_many; |
|
455 flags = EAknNoteLeftSoftkeyWhenTapped; |
|
456 } |
|
457 |
|
458 RESOURCE ARRAY r_grouped_notifier_texts |
|
459 { |
|
460 items = |
|
461 { |
|
462 LBUF { txt = qtn_notif_miss_call_group; }, |
|
463 LBUF { txt = qtn_notif_message_group; }, |
|
464 LBUF { txt = qtn_notif_chat_msg_group; }, |
|
465 LBUF { txt = qtn_notif_new_mail_group; } |
|
466 }; |
|
467 } |
|
468 |
|
469 RESOURCE ARRAY r_grouped_notifier_texts_plural |
|
470 { |
|
471 items = |
|
472 { |
|
473 LBUF { txt = qtn_notif_miss_calls_group; }, |
|
474 LBUF { txt = qtn_notif_messages_group; }, |
|
475 LBUF { txt = qtn_notif_chat_msgs_group; }, |
|
476 LBUF { txt = qtn_notif_new_mails_group; } |
|
477 }; |
|
478 } |
|
479 |
|
480 RESOURCE DIALOG r_grouped_soft_notification |
|
481 { |
|
482 flags = EAknSoftNotificationNoteFlags | EEikDialogFlagNotifyEsc; |
|
483 buttons = R_AVKON_SOFTKEYS_SHOW_EXIT__SHOW; |
|
484 items = |
|
485 { |
|
486 DLG_LINE |
|
487 { |
|
488 type = EAknCtListQueryControl; |
|
489 id = EListQueryControl; |
|
490 control = AVKON_LIST_QUERY_CONTROL |
|
491 { |
|
492 listtype = EAknCtSinglePopupMenuListBox; |
|
493 listbox = LISTBOX |
|
494 { |
|
495 flags = EAknListBoxMenuList; |
|
496 height = 3; |
|
497 width = 3; |
|
498 }; |
|
499 heading = qtn_notif_prmpt_youhave; |
|
500 }; |
|
501 } |
|
502 }; |
|
503 } |
|
504 |
|
505 RESOURCE ARRAY r_global_list_query_list |
|
506 { |
|
507 items= |
|
508 { |
|
509 LBUF {txt = ""; } |
|
510 }; |
|
511 } |
|
512 |
|
513 RESOURCE AVKON_LIST_QUERY r_global_list_query |
|
514 { |
|
515 flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagCbaButtons | |
|
516 EEikDialogFlagNotifyEsc; |
|
517 |
|
518 items = |
|
519 { |
|
520 AVKON_LIST_QUERY_DLG_LINE |
|
521 { |
|
522 control = AVKON_LIST_QUERY_CONTROL |
|
523 { |
|
524 listtype = EAknCtSinglePopupMenuListBox; |
|
525 listbox = AVKON_LIST_QUERY_LIST |
|
526 { |
|
527 flags = EAknListBoxLoopScrolling; |
|
528 array_id = r_global_list_query_list; |
|
529 }; |
|
530 }; |
|
531 } |
|
532 }; |
|
533 } |
|
534 |
|
535 RESOURCE DIALOG r_global_message_query |
|
536 { |
|
537 flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagCbaButtons | |
|
538 EEikDialogFlagNoBorder | EEikDialogFlagNoShadow | EEikDialogFlagNotifyEsc; |
|
539 |
|
540 buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
541 items= |
|
542 { |
|
543 DLG_LINE |
|
544 { |
|
545 type = EAknCtPopupHeadingPane; |
|
546 id = EAknMessageQueryHeaderId; |
|
547 control = AVKON_HEADING |
|
548 { |
|
549 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE; |
|
550 }; |
|
551 }, |
|
552 DLG_LINE |
|
553 { |
|
554 type = EAknCtMessageQuery; |
|
555 id = EAknMessageQueryContentId; |
|
556 control = AVKON_MESSAGE_QUERY |
|
557 { |
|
558 }; |
|
559 } |
|
560 }; |
|
561 } |
|
562 |
|
563 RESOURCE DIALOG r_global_confirmation_query |
|
564 { |
|
565 flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagCbaButtons | |
|
566 EEikDialogFlagNoBorder | EEikDialogFlagNoShadow | EEikDialogFlagNotifyEsc; |
|
567 |
|
568 buttons = R_AVKON_SOFTKEYS_YES_NO__YES; |
|
569 items = |
|
570 { |
|
571 DLG_LINE |
|
572 { |
|
573 type = EAknCtQuery; |
|
574 id = EGeneralQuery; |
|
575 control= AVKON_CONFIRMATION_QUERY |
|
576 { |
|
577 layout = EConfirmationLayout; |
|
578 animation = R_QGN_NOTE_QUERY_ANIM; |
|
579 }; |
|
580 } |
|
581 }; |
|
582 } |
|
583 |
|
584 RESOURCE DIALOG r_global_progress_dialog |
|
585 { |
|
586 flags = EAknProgressNoteFlags; |
|
587 buttons = R_AVKON_SOFTKEYS_CANCEL; |
|
588 items = |
|
589 { |
|
590 DLG_LINE |
|
591 { |
|
592 type = EAknCtNote; |
|
593 id = ENPIGlobalProgressNote; |
|
594 control = AVKON_NOTE |
|
595 { |
|
596 layout = EProgressLayout; |
|
597 singular_label = " "; |
|
598 imagefile = AVKON_BITMAP_FILE; |
|
599 imageid = EMbmAvkonQgn_note_progress; |
|
600 imagemask = EMbmAvkonQgn_note_progress_mask; |
|
601 }; |
|
602 } |
|
603 }; |
|
604 } |
|
605 |
|
606 RESOURCE AVKON_NOTE r_new_chat_messages_note |
|
607 { |
|
608 layout = ENotificationWithGraphicsLayout; |
|
609 singular_label = qtn_notif_chat_msg_ungroup; |
|
610 plural_label = qtn_notif_chat_msgs_ungroup; |
|
611 imagefile = AVKON_BITMAP_FILE; |
|
612 imageid = EMbmAvkonQgn_note_im_message; |
|
613 imagemask = EMbmAvkonQgn_note_im_message_mask; |
|
614 flags = EAknNoteLeftSoftkeyWhenTapped; |
|
615 } |
|
616 |
|
617 // Temporary animations for Alerts until the official graphics in builds. |
|
618 |
|
619 RESOURCE BMPANIM_DATA r_anim_clock_alarm |
|
620 { |
|
621 frameinterval = 500; |
|
622 playmode = EAknBitmapAnimationPlayModeCycle; |
|
623 bmpfile = AVKON_BITMAP_FILE; |
|
624 frames = r_qgn_alarm_clock_anim_frames; |
|
625 } |
|
626 |
|
627 RESOURCE ARRAY r_qgn_alarm_clock_anim_frames |
|
628 { |
|
629 items = |
|
630 { |
|
631 BMPANIM_FRAME |
|
632 { |
|
633 bmpid = EMbmAvkonQgn_note_alarm_clock; |
|
634 maskid = EMbmAvkonQgn_note_alarm_clock_mask; |
|
635 }, |
|
636 BMPANIM_FRAME |
|
637 { |
|
638 bmpid = EMbmAvkonQgn_note_empty; |
|
639 maskid = EMbmAvkonQgn_note_empty_mask; |
|
640 } |
|
641 }; |
|
642 } |
|
643 |
|
644 RESOURCE BMPANIM_DATA r_anim_calendar_alarm |
|
645 { |
|
646 frameinterval = 500; |
|
647 playmode = EAknBitmapAnimationPlayModeCycle; |
|
648 bmpfile = AVKON_BITMAP_FILE; |
|
649 frames = r_qgn_alarm_calendar_anim_frames; |
|
650 } |
|
651 |
|
652 RESOURCE ARRAY r_qgn_alarm_calendar_anim_frames |
|
653 { |
|
654 items= |
|
655 { |
|
656 BMPANIM_FRAME |
|
657 { |
|
658 bmpid = EMbmAvkonQgn_note_alarm_calendar; |
|
659 maskid = EMbmAvkonQgn_note_alarm_calendar_mask; |
|
660 }, |
|
661 BMPANIM_FRAME |
|
662 { |
|
663 bmpid = EMbmAvkonQgn_note_empty; |
|
664 maskid = EMbmAvkonQgn_note_empty_mask; |
|
665 } |
|
666 }; |
|
667 } |
|
668 |
|
669 RESOURCE AVKON_NOTE r_alarm_control |
|
670 { |
|
671 layout = EGeneralLayout; |
|
672 singular_label = " "; |
|
673 plural_label = " "; |
|
674 } |
|
675 |
|
676 RESOURCE CBA r_alert_softkeys_stop_snooze |
|
677 { |
|
678 buttons = |
|
679 { |
|
680 CBA_BUTTON |
|
681 { |
|
682 id = EAlertStop; |
|
683 txt = qtn_clk_softkey_stop; |
|
684 }, |
|
685 CBA_BUTTON |
|
686 { |
|
687 id = EAlertSnooze; |
|
688 txt = qtn_clk_softkey_snooze; |
|
689 }, |
|
690 CBA_BUTTON |
|
691 { |
|
692 id = EAknSoftkeyEmpty; |
|
693 txt = text_softkey_empty; |
|
694 } |
|
695 }; |
|
696 } |
|
697 |
|
698 RESOURCE AVKON_LIST_QUERY r_global_list_query_with_heading |
|
699 { |
|
700 flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagCbaButtons | |
|
701 EEikDialogFlagNotifyEsc; |
|
702 |
|
703 items = |
|
704 { |
|
705 AVKON_LIST_QUERY_DLG_LINE |
|
706 { |
|
707 control = AVKON_LIST_QUERY_CONTROL |
|
708 { |
|
709 listtype = EAknCtSinglePopupMenuListBox; |
|
710 listbox = AVKON_LIST_QUERY_LIST |
|
711 { |
|
712 flags = EAknListBoxLoopScrolling; |
|
713 array_id=r_global_list_query_list; |
|
714 }; |
|
715 // You cannot set the heading afterwards unless you give dummy string in resources. |
|
716 heading = " "; |
|
717 }; |
|
718 } |
|
719 }; |
|
720 } |
|
721 |
|
722 // bit awkward way, but allows us to use existing APIs |
|
723 RESOURCE CBA r_alert_softkeys_stop_silent |
|
724 { |
|
725 buttons = |
|
726 { |
|
727 CBA_BUTTON |
|
728 { |
|
729 id = EAlertStop; |
|
730 txt = qtn_clk_softkey_stop; |
|
731 }, |
|
732 CBA_BUTTON |
|
733 { |
|
734 id = EAlertSilence; |
|
735 txt = text_softkey_silent; |
|
736 }, |
|
737 CBA_BUTTON |
|
738 { |
|
739 id = EAknSoftkeyEmpty; |
|
740 txt = text_softkey_empty; |
|
741 } |
|
742 }; |
|
743 } |
|
744 |
|
745 RESOURCE AVKON_NOTE r_note_plain_text_control |
|
746 { |
|
747 layout = ETextualNotificationLayout; |
|
748 singular_label = ""; |
|
749 plural_label = ""; |
|
750 } |
|
751 |
|
752 // Resource for phone number query. This is not intended for non-avkon use. |
|
753 RESOURCE DIALOG r_avkon_lock_phone_query |
|
754 { |
|
755 flags = EGeneralQueryFlags; |
|
756 buttons = R_AVKON_SOFTKEYS_CALL_CANCEL__CALL; |
|
757 items = |
|
758 { |
|
759 DLG_LINE |
|
760 { |
|
761 type = EAknCtQuery; |
|
762 id = EGeneralQuery; |
|
763 control = AVKON_DATA_QUERY |
|
764 { |
|
765 layout = EPhoneLayout; |
|
766 label = text_insert_number_query; |
|
767 control = EDWIN |
|
768 { |
|
769 flags = EEikEdwinNoHorizScrolling | EEikEdwinNoAutoSelection | |
|
770 EEikEdwinJustAutoCurEnd; |
|
771 width = 10; |
|
772 lines = 1; |
|
773 maxlength = KPhoneNumberMaxLength; |
|
774 default_input_mode = EAknEditorNumericInputMode; |
|
775 allowed_input_modes = EAknEditorNumericInputMode; |
|
776 numeric_keymap = EAknEditorSATHiddenNumberModeKeymap; |
|
777 }; |
|
778 }; |
|
779 } |
|
780 }; |
|
781 } |
|
782 |
|
783 // For AIW: r_aknnotifyplugin_interest |
|
784 RESOURCE AIW_INTEREST r_aknnotifyplugin_interest |
|
785 { |
|
786 items = |
|
787 { |
|
788 AIW_CRITERIA_ITEM |
|
789 { |
|
790 id = KAknnotifypluginAiwId; |
|
791 serviceCmd = KAiwCmdCall; |
|
792 serviceClass = KAiwClassMenu; |
|
793 contentType = "*"; |
|
794 defaultProvider = 0x101F868E; |
|
795 maxProviders = 1; |
|
796 } |
|
797 }; |
|
798 } |
|
799 |
|
800 RESOURCE AVKON_NOTE r_battery_full_unplug_control |
|
801 { |
|
802 layout = EGeneralLayout; |
|
803 singular_label = qtn_battc_battery_full_unplug; |
|
804 plural_label = ""; |
|
805 animation = R_QGN_NOTE_BATT_FULL_ANIM; |
|
806 } |
|
807 |
|
808 RESOURCE AVKON_NOTE r_unplug_charger_control |
|
809 { |
|
810 layout = EGeneralLayout; |
|
811 singular_label = qtn_battc_unplug; |
|
812 plural_label = ""; |
|
813 } |
|
814 |
|
815 // --------------------------------------------------------------------------- |
|
816 // r_alert_softkeys_stop_snooze__open |
|
817 // "STOP - OPEN - SNOOZE" softkeys for alarm notification. |
|
818 // --------------------------------------------------------------------------- |
|
819 // |
|
820 RESOURCE CBA r_alert_softkeys_stop_snooze__open |
|
821 { |
|
822 buttons = |
|
823 { |
|
824 CBA_BUTTON |
|
825 { |
|
826 id = EAlertStop; |
|
827 txt = qtn_clk_softkey_stop; |
|
828 }, |
|
829 CBA_BUTTON |
|
830 { |
|
831 id = EAlertSnooze; |
|
832 txt = qtn_clk_softkey_snooze; |
|
833 }, |
|
834 CBA_BUTTON |
|
835 { |
|
836 id = EAlertOpen; |
|
837 txt = qtn_msk_open; |
|
838 } |
|
839 }; |
|
840 } |
|
841 |
|
842 // --------------------------------------------------------------------------- |
|
843 // r_alert_softkeys_stop_silent__open |
|
844 // "STOP - OPEN - SILENCE" softkeys for alarm notification. |
|
845 // --------------------------------------------------------------------------- |
|
846 // |
|
847 RESOURCE CBA r_alert_softkeys_stop_silent__open |
|
848 { |
|
849 buttons = |
|
850 { |
|
851 CBA_BUTTON |
|
852 { |
|
853 id = EAlertStop; |
|
854 txt = qtn_clk_softkey_stop; |
|
855 }, |
|
856 CBA_BUTTON |
|
857 { |
|
858 id = EAlertSilence; |
|
859 txt = text_softkey_silent; |
|
860 }, |
|
861 CBA_BUTTON |
|
862 { |
|
863 id = EAlertOpen; |
|
864 txt = qtn_msk_open; |
|
865 } |
|
866 }; |
|
867 } |
|
868 // --------------------------------------------------------------------------- |
|
869 // r_alert_softkeys_stop_empty__empty |
|
870 // "STOP - (EMPTY) - (EMPTY)" softkeys for alarm notification. |
|
871 // --------------------------------------------------------------------------- |
|
872 // |
|
873 RESOURCE CBA r_alert_softkeys_stop_empty__empty |
|
874 { |
|
875 buttons = |
|
876 { |
|
877 CBA_BUTTON |
|
878 { |
|
879 id = EAlertStop; |
|
880 txt = qtn_clk_softkey_stop; |
|
881 }, |
|
882 CBA_BUTTON |
|
883 { |
|
884 id = EAknSoftkeyEmpty; |
|
885 txt = text_softkey_empty; |
|
886 }, |
|
887 CBA_BUTTON |
|
888 { |
|
889 id = EAknSoftkeyEmpty; |
|
890 txt = text_softkey_empty; |
|
891 } |
|
892 }; |
|
893 } |
|
894 |
|
895 // --------------------------------------------------------------------------- |
|
896 // r_alert_softkeys_stop_empty__open |
|
897 // "STOP - OPEN - (EMPTY)" softkeys for alarm notification. |
|
898 // --------------------------------------------------------------------------- |
|
899 // |
|
900 RESOURCE CBA r_alert_softkeys_stop_empty__open |
|
901 { |
|
902 buttons = |
|
903 { |
|
904 CBA_BUTTON |
|
905 { |
|
906 id = EAlertStop; |
|
907 txt = qtn_clk_softkey_stop; |
|
908 }, |
|
909 CBA_BUTTON |
|
910 { |
|
911 id = EAknSoftkeyEmpty; |
|
912 txt = text_softkey_empty; |
|
913 }, |
|
914 CBA_BUTTON |
|
915 { |
|
916 id = EAlertOpen; |
|
917 txt = qtn_msk_open; |
|
918 } |
|
919 }; |
|
920 } |
|
921 |
|
922 RESOURCE DIALOG r_keylock_note_display_lock_on |
|
923 { |
|
924 flags = EAknConfirmationNoteFlags; |
|
925 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
926 items = |
|
927 { |
|
928 DLG_LINE |
|
929 { |
|
930 type = EAknCtNote; |
|
931 id = ENPIKeylockNote; |
|
932 control = AVKON_NOTE |
|
933 { |
|
934 layout = EGeneralLayout; |
|
935 singular_label = qtn_keyg_conf_display_keys_locked; |
|
936 plural_label = qtn_keyg_conf_display_keys_locked; |
|
937 animation = R_QGN_NOTE_KEYGUARD_LOCKED_ANIM; |
|
938 }; |
|
939 } |
|
940 }; |
|
941 } |
|
942 |
|
943 RESOURCE DIALOG r_keylock_note_display_lock_off |
|
944 { |
|
945 flags = EAknConfirmationNoteFlags; |
|
946 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
947 items = |
|
948 { |
|
949 DLG_LINE |
|
950 { |
|
951 type = EAknCtNote; |
|
952 id = ENPIKeylockNote; |
|
953 control = AVKON_NOTE |
|
954 { |
|
955 layout = EGeneralLayout; |
|
956 singular_label = qtn_keyg_conf_display_keys_active; |
|
957 plural_label = qtn_keyg_conf_display_keys_active; |
|
958 animation = R_QGN_NOTE_KEYGUARD_OPEN_ANIM; |
|
959 }; |
|
960 } |
|
961 }; |
|
962 } |
|
963 |
|
964 RESOURCE DIALOG r_keylock_note_display_lock_confirm |
|
965 { |
|
966 flags = EAknConfirmationNoteFlags; |
|
967 buttons = r_keylock_softkeys_lock_confirmation; |
|
968 items = |
|
969 { |
|
970 DLG_LINE |
|
971 { |
|
972 type = EAknCtNote; |
|
973 id = ENPIKeylockNote; |
|
974 control = AVKON_NOTE |
|
975 { |
|
976 layout = EGeneralLayout; |
|
977 singular_label = qtn_keyg_lock_display; |
|
978 plural_label = qtn_keyg_lock_display; |
|
979 animation = R_QGN_NOTE_QUERY_ANIM; |
|
980 }; |
|
981 } |
|
982 }; |
|
983 } |
|
984 |
|
985 RESOURCE DIALOG r_keylock_note_display_locked |
|
986 { |
|
987 flags = EAknConfirmationNoteFlags; |
|
988 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
989 items = |
|
990 { |
|
991 DLG_LINE |
|
992 { |
|
993 type = EAknCtNote; |
|
994 id = ENPIKeylockNote; |
|
995 control = AVKON_NOTE |
|
996 { |
|
997 layout = EGeneralLayout; |
|
998 singular_label = qtn_keyg_info_note_display_lock_switch; |
|
999 plural_label = qtn_keyg_info_note_display_lock_switch; |
|
1000 animation = R_QGN_NOTE_INFO_ANIM; |
|
1001 }; |
|
1002 } |
|
1003 }; |
|
1004 } |
|
1005 |
|
1006 // Empty graphics avkon note for dynamic soft notification |
|
1007 RESOURCE AVKON_NOTE r_new_dynamic_notifier_note |
|
1008 { |
|
1009 layout = ENotificationWithGraphicsLayout; |
|
1010 flags = EAknNoteLeftSoftkeyWhenTapped; |
|
1011 } |
|
1012 |
|
1013 RESOURCE DIALOG r_keylock_note_display_lock_on_touch |
|
1014 { |
|
1015 flags = EAknConfirmationNoteFlags; |
|
1016 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
1017 items = |
|
1018 { |
|
1019 DLG_LINE |
|
1020 { |
|
1021 type = EAknCtNote; |
|
1022 id = ENPIKeylockNote; |
|
1023 control = AVKON_NOTE |
|
1024 { |
|
1025 layout = EGeneralLayout; |
|
1026 singular_label = qtn_keyg_conf_display_keys_locked; |
|
1027 plural_label = qtn_keyg_conf_display_keys_locked; |
|
1028 //animation = R_QGN_NOTE_KEYGUARD_LOCKED_TOUCH_ANIM; |
|
1029 animation = r_qgn_note_keyguard_locked_touch_anim; |
|
1030 }; |
|
1031 } |
|
1032 }; |
|
1033 } |
|
1034 |
|
1035 RESOURCE DIALOG r_keylock_note_display_lock_off_touch |
|
1036 { |
|
1037 flags = EAknConfirmationNoteFlags; |
|
1038 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
1039 items = |
|
1040 { |
|
1041 DLG_LINE |
|
1042 { |
|
1043 type = EAknCtNote; |
|
1044 id = ENPIKeylockNote; |
|
1045 control = AVKON_NOTE |
|
1046 { |
|
1047 layout = EGeneralLayout; |
|
1048 singular_label = qtn_keyg_conf_display_keys_active; |
|
1049 plural_label = qtn_keyg_conf_display_keys_active; |
|
1050 //animation = R_QGN_NOTE_KEYGUARD_UNLOCKED_TOUCH_ANIM; |
|
1051 animation = r_qgn_note_keyguard_unlocked_touch_anim; |
|
1052 }; |
|
1053 } |
|
1054 }; |
|
1055 } |
|
1056 |
|
1057 RESOURCE DIALOG r_keylock_note_display_locked_touch |
|
1058 { |
|
1059 flags = EAknConfirmationNoteFlags; |
|
1060 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
1061 items = |
|
1062 { |
|
1063 DLG_LINE |
|
1064 { |
|
1065 type = EAknCtNote; |
|
1066 id = ENPIKeylockNote; |
|
1067 control = AVKON_NOTE |
|
1068 { |
|
1069 layout = EGeneralLayout; |
|
1070 singular_label = qtn_keyg_info_note_display_lock_switch; |
|
1071 plural_label = qtn_keyg_info_note_display_lock_switch; |
|
1072 //animation = R_QGN_NOTE_KEYGUARD_TOUNLOCK_TOUCH_ANIM; |
|
1073 animation = r_qgn_note_keyguard_tounlock_touch_anim; |
|
1074 }; |
|
1075 } |
|
1076 }; |
|
1077 } |
|
1078 |
|
1079 RESOURCE BMPANIM_DATA r_qgn_note_keyguard_locked_touch_anim |
|
1080 { |
|
1081 frameinterval = 250; |
|
1082 playmode = EAknBitmapAnimationPlayModePlay; |
|
1083 bmpfile = AVKON_BITMAP_FILE; |
|
1084 frames = r_qgn_note_keyguard_locked_touch_anim_frames; |
|
1085 } |
|
1086 |
|
1087 RESOURCE ARRAY r_qgn_note_keyguard_locked_touch_anim_frames |
|
1088 { |
|
1089 items= |
|
1090 { |
|
1091 BMPANIM_FRAME {bmpid=EMbmAvkonQgn_note_keyguard_locked_anim_1; maskid=EMbmAvkonQgn_note_keyguard_locked_anim_1_mask;}, |
|
1092 BMPANIM_FRAME {bmpid=EMbmAvkonQgn_note_keyguard_locked_anim_2; maskid=EMbmAvkonQgn_note_keyguard_locked_anim_2_mask;}, |
|
1093 BMPANIM_FRAME {bmpid=EMbmAvkonQgn_note_keyguard_locked_anim_3; maskid=EMbmAvkonQgn_note_keyguard_locked_anim_3_mask;}, |
|
1094 BMPANIM_FRAME {bmpid=EMbmAvkonQgn_note_keyguard_locked_anim_4; maskid=EMbmAvkonQgn_note_keyguard_locked_anim_4_mask;} |
|
1095 }; |
|
1096 } |
|
1097 |
|
1098 RESOURCE BMPANIM_DATA r_qgn_note_keyguard_unlocked_touch_anim |
|
1099 { |
|
1100 frameinterval = 250; |
|
1101 playmode = EAknBitmapAnimationPlayModePlay; |
|
1102 bmpfile = AVKON_BITMAP_FILE; |
|
1103 frames = r_qgn_note_keyguard_unlocked_touch_anim_frames; |
|
1104 } |
|
1105 |
|
1106 RESOURCE ARRAY r_qgn_note_keyguard_unlocked_touch_anim_frames |
|
1107 { |
|
1108 items= |
|
1109 { |
|
1110 BMPANIM_FRAME {bmpid=EMbmAvkonQgn_note_keyguard_unlocked_anim_1; maskid=EMbmAvkonQgn_note_keyguard_unlocked_anim_2_mask;}, |
|
1111 BMPANIM_FRAME {bmpid=EMbmAvkonQgn_note_keyguard_unlocked_anim_2; maskid=EMbmAvkonQgn_note_keyguard_unlocked_anim_2_mask;}, |
|
1112 BMPANIM_FRAME {bmpid=EMbmAvkonQgn_note_keyguard_unlocked_anim_3; maskid=EMbmAvkonQgn_note_keyguard_unlocked_anim_3_mask;}, |
|
1113 BMPANIM_FRAME {bmpid=EMbmAvkonQgn_note_keyguard_unlocked_anim_4; maskid=EMbmAvkonQgn_note_keyguard_unlocked_anim_4_mask;} |
|
1114 }; |
|
1115 } |
|
1116 |
|
1117 RESOURCE BMPANIM_DATA r_qgn_note_keyguard_tounlock_touch_anim |
|
1118 { |
|
1119 frameinterval = 250; |
|
1120 playmode = EAknBitmapAnimationPlayModePlay; |
|
1121 bmpfile = AVKON_BITMAP_FILE; |
|
1122 frames = r_qgn_note_keyguard_tounlock_touch_anim_frames; |
|
1123 } |
|
1124 |
|
1125 RESOURCE ARRAY r_qgn_note_keyguard_tounlock_touch_anim_frames |
|
1126 { |
|
1127 items= |
|
1128 { |
|
1129 BMPANIM_FRAME {bmpid=EMbmAvkonQgn_note_keyguard_tounlock_anim_1; maskid=EMbmAvkonQgn_note_keyguard_tounlock_anim_2_mask;}, |
|
1130 BMPANIM_FRAME {bmpid=EMbmAvkonQgn_note_keyguard_tounlock_anim_2; maskid=EMbmAvkonQgn_note_keyguard_tounlock_anim_2_mask;}, |
|
1131 BMPANIM_FRAME {bmpid=EMbmAvkonQgn_note_keyguard_tounlock_anim_3; maskid=EMbmAvkonQgn_note_keyguard_tounlock_anim_3_mask;}, |
|
1132 BMPANIM_FRAME {bmpid=EMbmAvkonQgn_note_keyguard_tounlock_anim_4; maskid=EMbmAvkonQgn_note_keyguard_tounlock_anim_4_mask;} |
|
1133 }; |
|
1134 } |
|
1135 |
|
1136 RESOURCE AVKON_LIST_QUERY r_global_list_msg_query |
|
1137 { |
|
1138 flags = EEikDialogFlagNoDrag | EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc; |
|
1139 items = |
|
1140 { |
|
1141 AVKON_LIST_QUERY_DLG_LINE |
|
1142 { |
|
1143 id = EListQueryControl; |
|
1144 control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX |
|
1145 { |
|
1146 actuallisttype = EAknCtSinglePopupMenuListBox; |
|
1147 heading = " "; |
|
1148 message = " "; |
|
1149 listbox = AVKON_LIST_QUERY_LIST |
|
1150 { |
|
1151 flags = EAknListBoxLoopScrolling; |
|
1152 array_id = r_global_list_query_list; |
|
1153 }; |
|
1154 }; |
|
1155 } |
|
1156 }; |
|
1157 } |
|
1158 |
|
1159 RESOURCE DIALOG r_keylock_note_unlock_asterisk_anim_untouch |
|
1160 { |
|
1161 #ifdef RD_SCALABLE_UI_V2 |
|
1162 flags = EAknDialogGenericNoteFlags; |
|
1163 #else |
|
1164 flags = EAknConfirmationNoteFlags; |
|
1165 #endif // RD_SCALABLE_UI_V2 |
|
1166 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
1167 items = |
|
1168 { |
|
1169 DLG_LINE |
|
1170 { |
|
1171 type = EAknCtNote; |
|
1172 id = ENPIKeylockNote; |
|
1173 control = AVKON_NOTE |
|
1174 { |
|
1175 layout = EGeneralLayout; |
|
1176 singular_label = qtn_keyg_info_nowpress; |
|
1177 plural_label = qtn_keyg_info_nowpress; |
|
1178 animation = r_qgn_note_keyguard_unlock_asterisk_untouch_anim; |
|
1179 }; |
|
1180 } |
|
1181 }; |
|
1182 } |
|
1183 |
|
1184 RESOURCE BMPANIM_DATA r_qgn_note_keyguard_unlock_asterisk_untouch_anim |
|
1185 { |
|
1186 frameinterval = 400; |
|
1187 playmode = EAknBitmapAnimationPlayModePlay; |
|
1188 bmpfile = UNLOCKKEY_MIF_FILE; |
|
1189 frames = r_qgn_note_keyguard_unlock_asterisk_untouch_anim_frames; |
|
1190 } |
|
1191 |
|
1192 RESOURCE ARRAY r_qgn_note_keyguard_unlock_asterisk_untouch_anim_frames |
|
1193 { |
|
1194 items= |
|
1195 { |
|
1196 BMPANIM_FRAME {bmpid=16384; maskid=16385;}, |
|
1197 BMPANIM_FRAME {bmpid=16386; maskid=16387;}, |
|
1198 BMPANIM_FRAME {bmpid=16388; maskid=16389;} |
|
1199 }; |
|
1200 } |
|
1201 |
|
1202 // End of File |