_item_content_free(old);
}
}
-
-#ifndef TIZEN_PROFILE_WEARABLE
- _banded_item_bg_add(it, target);
-#endif
}
static void
elm_interface_atspi_accessible_children_changed_added_signal_emit(sd->obj, EO_OBJ(it));
}
//
-
+#ifndef TIZEN_PROFILE_WEARABLE
+ _banded_item_bg_add(it, VIEW(it));
+#endif
// Register accessibility before realized callback
// because user can customize accessibility.
_access_widget_item_register(it);
else if (GL_IT(it)->deco_it_view)
_view_inflate(GL_IT(it)->deco_it_view, it, &(GL_IT(it)->deco_it_contents));
+#ifndef TIZEN_PROFILE_WEARABLE
+ _banded_item_bg_add(it, VIEW(it));
+#endif
if (it->selected)
evas_object_smart_callback_call(WIDGET(it), SIG_HIGHLIGHTED, EO_OBJ(it));