blob: 03fc1970e6f4de31680891db2c350ce9a3068fb4 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001#include "pjsuaContainer.loc"
2
3RESOURCE AVKON_VIEW r_pjsua_container_pjsua_container_view
4 {
5 cba = R_AVKON_SOFTKEYS_EXIT;
6 toolbar = 0;
7 }
8RESOURCE STATUS_PANE_APP_MODEL r_pjsua_container_status_pane
9 {
10 panes =
11 {
12 SPANE_PANE
13 {
14 id = EEikStatusPaneUidTitle;
15 type = EAknCtTitlePane;
16 resource = r_pjsua_container_title_resource;
17 }
18 };
19 }
20RESOURCE TITLE_PANE r_pjsua_container_title_resource
21 {
22 txt = STR_pjsuaContainerView_4;
23 }
24RESOURCE LABEL r_pjsua_container_label1
25 {
26 txt = STR_pjsuaContainerView_5;
27 horiz_align = EEikLabelAlignHCenter;
28 }