AVKON_SETTING_PAGE title

Login to reply to this topic.
Thu, 2007-04-26 14:36
Joined: 2006-12-24
Forum posts: 10
I have the following resource code:
Code:
RESOURCE AVKON_SETTING_ITEM_LIST r_setting_basic_item_list {
flags = EAknSettingItemNumberedStyle;
title = Registration;
initial_number = 1;
items = {
AVKON_SETTING_ITEM {
identifier = ESettingItemPhone;
setting_page_resource = r_phone_setting_page;
name = qtn_zebraxx_phonenumber;
},
                ...
};
}


RESOURCE AVKON_SETTING_PAGE r_phone_setting_page
    {
    label = qtn_enterphone;
    type = EEikCtEdwin;
    editor_resource_id = r_integer_edwin;
    }
How can i create two line title of setting page instead of one line.
As you can see in picture in one line version title is cutted:
  • Login to reply to this topic.