X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fw-input-keyboard.cpp;h=52051a61bb94d74c24b632864906e31eea8755a0;hb=c70fe77be488f4e7e20b9a49445fd05ba35fb483;hp=0bfa13fe05683cb01b582737abf707dbe2ac9659;hpb=6091bab0b9f67259090cfc2948e4bec5849eb53e;p=platform%2Fcore%2Fuifw%2Finputdelegator.git diff --git a/src/w-input-keyboard.cpp b/src/w-input-keyboard.cpp index 0bfa13f..52051a6 100755 --- a/src/w-input-keyboard.cpp +++ b/src/w-input-keyboard.cpp @@ -134,7 +134,10 @@ void create_fullscreen_editor(void *data) evas_object_resize(ad->naviframe, 360, 360); evas_object_show(ad->naviframe); - Elm_Object_Item *nf_item = elm_naviframe_item_push(ad->naviframe, NULL, NULL, NULL, box, "empty"); + const char *item_style = NULL; + if (_WEARABLE) + item_style = "empty"; + Elm_Object_Item *nf_item = elm_naviframe_item_push(ad->naviframe, NULL, NULL, NULL, box, item_style); elm_naviframe_item_pop_cb_set(nf_item, custom_back_cb, NULL); }