After adding a box to a naviframe using: elm_naviframe_item_push(ad->nav, "text", NULL,NULL,ad->box,NULL), a header/title appears written "text". a line seperates this header/title from the rest of the UI. Is there any way to remove this title? For example another method of inserting the box into the naviframe? Entering NULL or simply "" into the text parameter does nothing, the top section of the screen is still reserved for the header and the dividing line still seperates the screen.
Any help is greatly appreciated.