53 } |
52 } |
54 }; |
53 }; |
55 } |
54 } |
56 |
55 |
57 |
56 |
58 RESOURCE AVKON_TOOLBAR r_searchview_toolbar |
|
59 { |
|
60 flags = KAknToolbarFixed; |
|
61 items = |
|
62 { |
|
63 TBAR_CTRL |
|
64 { |
|
65 type = EAknCtButton; |
|
66 id = EPodcastSearch; |
|
67 control = AVKON_BUTTON |
|
68 { |
|
69 states = |
|
70 { |
|
71 AVKON_BUTTON_STATE |
|
72 { |
|
73 //bmpfile = AVKON_BITMAP_FILE; |
|
74 //bmpid = EMbmAvkonQgn_indi_find_goto; |
|
75 txt = STRING_r_search; |
|
76 helptxt = STRING_r_update_all_feeds_cmd; |
|
77 } |
|
78 }; |
|
79 }; |
|
80 }, |
|
81 TBAR_CTRL |
|
82 { |
|
83 type = EAknCtButton; |
|
84 id = EPodcastCancelUpdateAllFeeds; |
|
85 control = AVKON_BUTTON |
|
86 { |
|
87 states = |
|
88 { |
|
89 AVKON_BUTTON_STATE |
|
90 { |
|
91 //bmpfile = AVKON_BITMAP_FILE; |
|
92 //bmpid = EMbmAvkonQgn_indi_find_goto; |
|
93 txt = STRING_r_cancel_update_all_feeds_short_cmd; |
|
94 helptxt = STRING_r_cancel_update_all_feeds_cmd; |
|
95 } |
|
96 }; |
|
97 }; |
|
98 }/*, |
|
99 TBAR_CTRL |
|
100 { |
|
101 type = EAknCtButton; |
|
102 id = EPodcastAddSearchResult; |
|
103 control = AVKON_BUTTON |
|
104 { |
|
105 states = |
|
106 { |
|
107 AVKON_BUTTON_STATE |
|
108 { |
|
109 //bmpfile = AVKON_BITMAP_FILE; |
|
110 //bmpid = EMbmAvkonQgn_indi_find_goto; |
|
111 txt = STRING_r_view_add_feed_cmd_short; |
|
112 helptxt = STRING_r_view_add_feed_cmd; |
|
113 } |
|
114 }; |
|
115 }; |
|
116 }*/ |
|
117 };// items |
|
118 } |
|
119 |
|
120 |
|
121 RESOURCE CBA r_podcast_search_cba |
57 RESOURCE CBA r_podcast_search_cba |
122 { |
58 { |
123 buttons = |
59 buttons = |
124 { |
60 { |
125 CBA_BUTTON |
61 CBA_BUTTON |
126 {id=EAknSoftkeyOk; txt = STRING_r_cba_search;}, |
62 {id=EAknSoftkeyOk; txt = STRING_r_cba_search;}, |
127 CBA_BUTTON |
63 CBA_BUTTON |
128 {id=EAknSoftkeyCancel; txt = STRING_r_cba_cancel;} |
64 {id=EAknSoftkeyCancel; txt = STRING_r_cba_cancel;} |
129 }; |
65 }; |
130 } |
66 } |
|
67 |
131 RESOURCE DIALOG r_podcast_search_dlg |
68 RESOURCE DIALOG r_podcast_search_dlg |
132 { |
69 { |
133 buttons = r_podcast_search_cba; |
70 buttons = r_podcast_search_cba; |
134 |
71 |
135 flags = EGeneralQueryFlags; |
72 flags = EGeneralQueryFlags; |