summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsua/symbian/data/pjsuaContainer.rssi
blob: 03fc1970e6f4de31680891db2c350ce9a3068fb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#include "pjsuaContainer.loc"

RESOURCE AVKON_VIEW r_pjsua_container_pjsua_container_view
	{
	cba = R_AVKON_SOFTKEYS_EXIT;
	toolbar = 0;
	}
RESOURCE STATUS_PANE_APP_MODEL r_pjsua_container_status_pane
	{
	panes =
		{
		SPANE_PANE
			{
			id = EEikStatusPaneUidTitle;
			type = EAknCtTitlePane;
			resource = r_pjsua_container_title_resource;
			}
		};
	}
RESOURCE TITLE_PANE r_pjsua_container_title_resource
	{
	txt = STR_pjsuaContainerView_4;
	}
RESOURCE LABEL r_pjsua_container_label1
	{
	txt = STR_pjsuaContainerView_5;
	horiz_align = EEikLabelAlignHCenter;
	}