branch | RCL_3 |
changeset 383 | 931d0db6374d |
parent 368 | b131f7696342 |
child 387 | 422f96ee6672 |
--- a/application/data/PodcastQueueView.ra Fri Nov 19 01:47:31 2010 +0000 +++ b/application/data/PodcastQueueView.ra Sun Nov 21 20:11:07 2010 +0000 @@ -139,6 +139,25 @@ } }; }; + }, + TBAR_CTRL + { + type = EAknCtButton; + id = EPodcastEmpty; + control = AVKON_BUTTON + { + states = + { + AVKON_BUTTON_STATE + { + bmpfile = APPICON; + bmpid = EMbmPodcastEmpty; + bmpmask = EMbmPodcastEmpty_mask; + helptxt = ""; + } + }; + }; } + }; }