언어 설정

Menu
Sites
Language
Customizing the Naviframe parts

Can anybody guide me on how to customize the the Naviframe parts? e.g., if somebody wants to have his own icon in the back button area along with some text. May be it have custom size as well..

Responses

2 댓글
Jean Yang

Hi , 

You can add the toolbar, and the image button...  create the sample World clock  sample maybe help.

Vikram

Hi,

Maybe you can create a container object, such as box, to hold an icon image and a text label, and then add it to the navirame item's title button part.

example:

nav_it = elm_naviframe_item_push(nav, NULL, NULL, NULL, view, NULL);
elm_object_item_part_content_set(nav_it, "title_left_btn", obj);