I want background color(or image) to elementary widget(also container) like grid or box.
how can I set background color to elementary widget?
in EFL elementary document, I found elm_bg functions, but I can't set it as background to other elementary containers...
Use elm_table widget. By using table, you can pack multiple objects into the same position.
Thanks.
Also asked on tizen.org, this part is unclear apparently
https://developer.tizen.org/ko/forums/native-application-development/how-change-button-background-color
Theming is the way to go, sample code shared at previous URL.