author | Sebastian Brannstrom <sebastianb@symbian.org> |
Mon, 15 Nov 2010 20:54:27 +0000 | |
branch | newlist |
changeset 352 | 31f9864a37ac |
parent 350 | 9c4fd008e20f |
child 354 | a2713e6a41a9 |
permissions | -rw-r--r-- |
2 | 1 |
/* |
2 |
* Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, EmbedDev AB |
|
3 |
* |
|
4 |
* All rights reserved. |
|
5 |
* This component and the accompanying materials are made available |
|
6 |
* under the terms of the License "Eclipse Public License v1.0" |
|
7 |
* which accompanies this distribution, and is available |
|
8 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 |
* |
|
10 |
* Initial Contributors: |
|
11 |
* EmbedDev AB - initial contribution. |
|
12 |
* |
|
13 |
* Contributors: |
|
14 |
* |
|
15 |
* Description: |
|
16 |
* |
|
17 |
*/ |
|
18 |
||
19 |
RESOURCE AVKON_VIEW r_podcast_showsview |
|
20 |
{ |
|
21 |
menubar = r_podcast_showsview_menubar; |
|
22 |
cba = R_AVKON_SOFTKEYS_OPTIONS_BACK; |
|
23 |
toolbar = r_showsview_toolbar; |
|
24 |
} |
|
25 |
||
26 |
RESOURCE MENU_BAR r_podcast_showsview_menubar |
|
27 |
{ |
|
28 |
titles = |
|
29 |
{ |
|
30 |
MENU_TITLE { menu_pane = r_podcast_showsview_menu; txt = "Shows"; } |
|
31 |
}; |
|
32 |
} |
|
33 |
||
34 |
RESOURCE MENU_PANE r_podcast_showsview_menu |
|
35 |
{ |
|
36 |
items = |
|
37 |
{ |
|
38 |
MENU_ITEM |
|
39 |
{ |
|
40 |
command = EPodcastAbout; |
|
41 |
txt = STRING_r_view_about_cmd; |
|
42 |
}, |
|
43 |
MENU_ITEM |
|
44 |
{ |
|
45 |
command = EPodcastHelp; |
|
46 |
txt = STRING_r_view_help; |
|
47 |
}, |
|
48 |
MENU_ITEM |
|
49 |
{ |
|
50 |
command = EAknSoftkeyExit; |
|
51 |
txt = STRING_r_exit_cmd; |
|
52 |
} |
|
53 |
}; |
|
54 |
} |
|
55 |
||
56 |
RESOURCE AVKON_TOOLBAR r_showsview_toolbar |
|
57 |
{ |
|
58 |
flags = KAknToolbarFixed; |
|
59 |
items = |
|
60 |
{ |
|
61 |
TBAR_CTRL |
|
62 |
{ |
|
63 |
type = EAknCtButton; |
|
347
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
261
diff
changeset
|
64 |
id = EPodcastUpdateAllFeeds; |
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
261
diff
changeset
|
65 |
control = AVKON_BUTTON |
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
261
diff
changeset
|
66 |
{ |
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
261
diff
changeset
|
67 |
states = |
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
261
diff
changeset
|
68 |
{ |
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
261
diff
changeset
|
69 |
AVKON_BUTTON_STATE |
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
261
diff
changeset
|
70 |
{ |
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
261
diff
changeset
|
71 |
bmpfile = APPICON; |
350
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
72 |
bmpid = EMbmPodcastUpdate_all; |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
73 |
bmpmask = EMbmPodcastUpdate_all_mask; |
347
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
261
diff
changeset
|
74 |
//txt = STRING_r_update_feed_short_cmd; |
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
261
diff
changeset
|
75 |
helptxt = STRING_r_update_all_feeds_cmd; |
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
261
diff
changeset
|
76 |
} |
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
261
diff
changeset
|
77 |
}; |
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
261
diff
changeset
|
78 |
}; |
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
261
diff
changeset
|
79 |
}, |
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
261
diff
changeset
|
80 |
TBAR_CTRL |
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
261
diff
changeset
|
81 |
{ |
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
261
diff
changeset
|
82 |
type = EAknCtButton; |
2 | 83 |
id = EPodcastUpdateFeed; |
84 |
control = AVKON_BUTTON |
|
85 |
{ |
|
86 |
states = |
|
87 |
{ |
|
88 |
AVKON_BUTTON_STATE |
|
89 |
{ |
|
261
55305e953f12
Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
164
diff
changeset
|
90 |
bmpfile = APPICON; |
350
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
91 |
bmpid = EMbmPodcastUpdate; |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
92 |
bmpmask = EMbmPodcastUpdate_mask; |
261
55305e953f12
Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
164
diff
changeset
|
93 |
//txt = STRING_r_update_feed_short_cmd; |
2 | 94 |
helptxt = STRING_r_update_feed_cmd; |
95 |
} |
|
96 |
}; |
|
97 |
}; |
|
98 |
}, |
|
99 |
TBAR_CTRL |
|
100 |
{ |
|
101 |
type = EAknCtButton; |
|
102 |
id = EPodcastCancelUpdateAllFeeds; |
|
103 |
control = AVKON_BUTTON |
|
104 |
{ |
|
105 |
states = |
|
106 |
{ |
|
107 |
AVKON_BUTTON_STATE |
|
108 |
{ |
|
261
55305e953f12
Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
164
diff
changeset
|
109 |
bmpfile = APPICON; |
350
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
110 |
bmpid = EMbmPodcastUpdate_cancel; |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
111 |
bmpmask = EMbmPodcastUpdate_cancel_mask; |
261
55305e953f12
Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
164
diff
changeset
|
112 |
//txt = STRING_r_cancel_update_all_feeds_short_cmd; |
2 | 113 |
helptxt = STRING_r_cancel_update_all_feeds_cmd; |
114 |
} |
|
115 |
}; |
|
116 |
}; |
|
54
21ffe6559297
Fix for middle toolbar button being drawn in single tap mode when there is only 1 button
teknolog
parents:
29
diff
changeset
|
117 |
}, |
21ffe6559297
Fix for middle toolbar button being drawn in single tap mode when there is only 1 button
teknolog
parents:
29
diff
changeset
|
118 |
// we keep the download toolbar button in S^3, but always disable it |
21ffe6559297
Fix for middle toolbar button being drawn in single tap mode when there is only 1 button
teknolog
parents:
29
diff
changeset
|
119 |
// because there are drawing issues with only one item in the toolbar |
21ffe6559297
Fix for middle toolbar button being drawn in single tap mode when there is only 1 button
teknolog
parents:
29
diff
changeset
|
120 |
TBAR_CTRL |
2 | 121 |
{ |
122 |
type = EAknCtButton; |
|
123 |
id = EPodcastDownloadShow; |
|
124 |
control = AVKON_BUTTON |
|
125 |
{ |
|
126 |
states = |
|
127 |
{ |
|
128 |
AVKON_BUTTON_STATE |
|
129 |
{ |
|
261
55305e953f12
Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
164
diff
changeset
|
130 |
bmpfile = APPICON; |
55305e953f12
Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
164
diff
changeset
|
131 |
bmpid = EMbmPodcastDownload; |
55305e953f12
Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
164
diff
changeset
|
132 |
bmpmask = EMbmPodcastDownload_mask; |
55305e953f12
Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
164
diff
changeset
|
133 |
//txt = STRING_r_view_download_show_cmd; |
2 | 134 |
helptxt = STRING_r_view_download_show_cmd; |
135 |
} |
|
136 |
}; |
|
137 |
}; |
|
54
21ffe6559297
Fix for middle toolbar button being drawn in single tap mode when there is only 1 button
teknolog
parents:
29
diff
changeset
|
138 |
} |
21ffe6559297
Fix for middle toolbar button being drawn in single tap mode when there is only 1 button
teknolog
parents:
29
diff
changeset
|
139 |
, |
2 | 140 |
TBAR_CTRL |
141 |
{ |
|
142 |
type = EAknCtButton; |
|
143 |
id =EPodcastDeleteShow; |
|
144 |
control = AVKON_BUTTON |
|
145 |
{ |
|
146 |
states = |
|
147 |
{ |
|
148 |
AVKON_BUTTON_STATE |
|
149 |
{ |
|
261
55305e953f12
Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
164
diff
changeset
|
150 |
bmpfile = APPICON; |
55305e953f12
Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
164
diff
changeset
|
151 |
bmpid = EMbmPodcastDelete; |
55305e953f12
Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
164
diff
changeset
|
152 |
bmpmask = EMbmPodcastDelete_mask; |
55305e953f12
Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
164
diff
changeset
|
153 |
//txt = STRING_r_view_delete_show_cmd; |
2 | 154 |
helptxt = STRING_r_view_delete_show_cmd; |
155 |
} |
|
156 |
}; |
|
157 |
}; |
|
158 |
}, |
|
159 |
TBAR_CTRL |
|
350
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
160 |
{ |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
161 |
type = EAknCtButton; |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
162 |
id = EPodcastDownloadAll; |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
163 |
control = AVKON_BUTTON |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
164 |
{ |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
165 |
states = |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
166 |
{ |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
167 |
AVKON_BUTTON_STATE |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
168 |
{ |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
169 |
bmpfile = APPICON; |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
170 |
bmpid = EMbmPodcastDownload_all; |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
171 |
bmpmask = EMbmPodcastDownload_all_mask; |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
172 |
//txt = STRING_r_cancel_update_all_feeds_short_cmd; |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
173 |
helptxt = STRING_r_download_all_shows; |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
174 |
} |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
175 |
}; |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
176 |
}; |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
177 |
}, |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
178 |
TBAR_CTRL |
2 | 179 |
{ |
180 |
type = EAknCtButton; |
|
352
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
181 |
id = EPodcastMarkAllPlayed; |
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
182 |
control = AVKON_BUTTON |
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
183 |
{ |
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
184 |
states = |
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
185 |
{ |
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
186 |
AVKON_BUTTON_STATE |
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
187 |
{ |
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
188 |
bmpfile = APPICON; |
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
189 |
bmpid = EMbmPodcastMark_old_all; |
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
190 |
bmpmask = EMbmPodcastMark_old_all_mask; |
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
191 |
//txt = STRING_r_cancel_update_all_feeds_short_cmd; |
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
192 |
helptxt = STRING_r_view_mark_all_played_cmd; |
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
193 |
} |
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
194 |
}; |
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
195 |
}; |
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
196 |
}, |
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
197 |
TBAR_CTRL |
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
198 |
{ |
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
199 |
type = EAknCtButton; |
2 | 200 |
id = EPodcastMarkAsPlayed; |
201 |
control = AVKON_BUTTON |
|
202 |
{ |
|
203 |
states = |
|
204 |
{ |
|
205 |
AVKON_BUTTON_STATE |
|
206 |
{ |
|
261
55305e953f12
Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
164
diff
changeset
|
207 |
bmpfile = APPICON; |
350
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
208 |
bmpid = EMbmPodcastMark_old; |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
209 |
bmpmask = EMbmPodcastMark_old_mask; |
261
55305e953f12
Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
164
diff
changeset
|
210 |
//txt = STRING_r_view_mark_as_played_cmd_short; |
352
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
211 |
helptxt = STRING_r_view_mark_as_played_cmd; |
2 | 212 |
} |
213 |
}; |
|
214 |
}; |
|
215 |
}, |
|
216 |
TBAR_CTRL |
|
217 |
{ |
|
218 |
type = EAknCtButton; |
|
219 |
id =EPodcastMarkAsUnplayed; |
|
220 |
control = AVKON_BUTTON |
|
221 |
{ |
|
222 |
states = |
|
223 |
{ |
|
224 |
AVKON_BUTTON_STATE |
|
225 |
{ |
|
261
55305e953f12
Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
164
diff
changeset
|
226 |
bmpfile = APPICON; |
350
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
227 |
bmpid = EMbmPodcastMark_new; |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
228 |
bmpmask = EMbmPodcastMark_new_mask; |
261
55305e953f12
Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
164
diff
changeset
|
229 |
//txt = STRING_r_view_mark_as_unplayed_cmd_short; |
352
31f9864a37ac
Various fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
350
diff
changeset
|
230 |
helptxt = STRING_r_view_mark_as_unplayed_cmd; |
2 | 231 |
} |
232 |
}; |
|
233 |
}; |
|
234 |
} |
|
235 |
}; |
|
236 |
} |
|
237 |
||
238 |
RESOURCE STYLUS_POPUP_MENU r_showview_popup_menu |
|
239 |
{ |
|
240 |
items = |
|
241 |
{ |
|
242 |
STYLUS_POPUP_MENU_ITEM |
|
243 |
{ |
|
244 |
txt = STRING_r_view_show_info_cmd; |
|
245 |
command = EPodcastShowInfo; |
|
350
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
246 |
}, |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
247 |
STYLUS_POPUP_MENU_ITEM |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
248 |
{ |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
249 |
txt = STRING_r_view_mark_as_unplayed_cmd_short; |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
250 |
command = EPodcastMarkAsUnplayed; |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
251 |
}, |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
252 |
STYLUS_POPUP_MENU_ITEM |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
253 |
{ |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
254 |
txt = STRING_r_view_mark_as_played_cmd_short; |
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
255 |
command = EPodcastMarkAsPlayed; |
29 | 256 |
} |
350
9c4fd008e20f
Updated icons and other UI fixes
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
349
diff
changeset
|
257 |
|
2 | 258 |
}; |
259 |
} |
|
260 |
||
261 |
RESOURCE DIALOG r_show_info_note |
|
262 |
{ |
|
263 |
flags = EAknDialogGenericQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow; |
|
264 |
buttons = R_AVKON_SOFTKEYS_OK_EMPTY; |
|
265 |
items= |
|
266 |
{ |
|
267 |
||
268 |
DLG_LINE |
|
269 |
{ |
|
270 |
type = EAknCtPopupHeadingPane; |
|
271 |
id = EAknMessageQueryHeaderId; |
|
272 |
itemflags = EEikDlgItemNonFocusing; |
|
273 |
control = AVKON_HEADING |
|
274 |
{ |
|
275 |
headinglayout=R_AVKON_LIST_HEADING_PANE_POPUPS; |
|
276 |
}; |
|
277 |
}, |
|
278 |
DLG_LINE |
|
279 |
{ |
|
280 |
type = EAknCtMessageQuery; |
|
281 |
id = EAknMessageQueryContentId; |
|
282 |
control = AVKON_MESSAGE_QUERY |
|
283 |
{ |
|
284 |
||
285 |
}; |
|
24
ca50ea154990
Moved search result title to navipane. Fixed but 1832
teknolog
parents:
23
diff
changeset
|
286 |
} |
2 | 287 |
}; |
288 |
} |
|
289 |