/* TIZEN_ONLY(20161031): apply color_class parent-child relationship to all widgets */
_elm_widget_color_class_parent_set(priv->inc_button, obj);
/* END */
+
+ /* TIZEN_ONLY(20161115): apply UI Mirroring for Tizen 3.0 UX.
+ buttons inside a spinner are not mirrored */
+ elm_object_mirrored_automatic_set(priv->inc_button, EINA_FALSE);
+ elm_object_mirrored_set(priv->inc_button, EINA_FALSE);
+ /* END */
+
elm_object_style_set(priv->inc_button, "spinner/increase/default");
eo_do(priv->inc_button,
/* TIZEN_ONLY(20161031): apply color_class parent-child relationship to all widgets */
_elm_widget_color_class_parent_set(priv->text_button, obj);
/* END */
+
+ /* TIZEN_ONLY(20161115): apply UI Mirroring for Tizen 3.0 UX.
+ buttons inside a spinner are not mirrored */
+ elm_object_mirrored_automatic_set(priv->text_button, EINA_FALSE);
+ elm_object_mirrored_set(priv->text_button, EINA_FALSE);
+ /* END */
+
elm_object_style_set(priv->text_button, "spinner/default");
eo_do(priv->text_button, eo_event_callback_add
/* TIZEN_ONLY(20161031): apply color_class parent-child relationship to all widgets */
_elm_widget_color_class_parent_set(priv->dec_button, obj);
/* END */
+
+ /* TIZEN_ONLY(20161115): apply UI Mirroring for Tizen 3.0 UX.
+ buttons inside a spinner are not mirrored */
+ elm_object_mirrored_automatic_set(priv->dec_button, EINA_FALSE);
+ elm_object_mirrored_set(priv->dec_button, EINA_FALSE);
+ /* END */
+
elm_object_style_set(priv->dec_button, "spinner/decrease/default");
eo_do(priv->dec_button,