Remove unsupported style for editfield 79/80179/2 accepted/tizen/common/20160805.125922 accepted/tizen/ivi/20160809.010432 accepted/tizen/mobile/20160809.010343 accepted/tizen/tv/20160809.010356 accepted/tizen/wearable/20160809.010415 submit/tizen/20160805.042949
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 15 Jul 2016 05:27:05 +0000 (14:27 +0900)
committerseonah moon <seonah1.moon@samsung.com>
Wed, 3 Aug 2016 06:29:06 +0000 (23:29 -0700)
Change-Id: I3f114224ca3e1012dec6bee7c8b3b992ea18a18f
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
sources/wearable/src/wearable-circle/view/layout_password_entry.c
sources/wearable/src/wearable-circle/view/layout_wearable_input.c

index 7e50040..c3f8140 100755 (executable)
@@ -104,7 +104,6 @@ static Evas_Object *_create_entry(layout_password_entry_object *self, Evas_Objec
        entry = elm_entry_add(parent);
        WIFI_RET_VAL_IF_FAIL(entry != NULL, NULL);
 
-       elm_object_style_set(entry, "editfield/password");
        elm_object_part_text_set(entry, "elm.guide", STR_PASSWORD_HEADER);
        elm_access_object_unregister(entry);
 
index 68631e8..1cfc2d2 100755 (executable)
@@ -123,7 +123,6 @@ static Evas_Object *_create_editfield(layout_wearable_input_object *self, Evas_O
 
        WIFI_RET_VAL_IF_FAIL(editfield != NULL, NULL);
 
-       elm_object_style_set(editfield, "editfield/popup");
        if (self->input_guide_text) {
                gchar *markup_text = elm_entry_utf8_to_markup(self->input_guide_text);
                if (markup_text) {