I am building a widget with the UI Builder. It appears the background defaults to black. I would like to set the background to transparent. How should I do this?
When the view is created, I have tried the following but it does not seem to work.
void MainView_onuib_view_create(uib_MainView_view_context *vc, Evas_Object *obj, void *event_info) { elm_win_alpha_set(vc->parent, EINA_TRUE); }