I was trying to build my app completely with C code, but failed. Now I'm starting to play with Edjie, and I wonder where the pre-installed default edjie styles are. For example, I want to build an app with Navigation Drawer pattern, not Tabs. I found tizen example (EmailUI), where layout was with that style:
elm_layout_theme_set(layout, "layout", "drawer", "panel");
And it worked! But now I want to change something, not ruining the whole thing. Where I can find this edc? Should it work, if I just copy this style to a new .edc and make some changes?
Basic Tizen tutorials don't give me the answer, I'm just stuck here.