Languages

Menu
Sites
Language
How to get all the ui component 's default theme file?

How to get all the ui component 's  default  theme file?​  I want  to know  component part  such as "elm.swallow.content"  at a particular style . 

 If I want to use index , I must  create a layout  and   elm_layout_theme_set(layout, "layout", "application", "fastscroll");​  and then  elm_object_part_content_set(layout, "elm.swallow.fastscroll", index);​  if I don't know  "elm.swallow.fastscroll" part , the index  will not be showed . So how  to get component't default theme  .edc file ?

Responses

6 Replies
Mehedi Alamgir
jian chen

Thanks for your answer , but I want to learn the layout of parts of component's theme and change the default theme, where can I find the source .edc file, How can I custom genlist item style by write a edc file ? The built-in genlist item style don't meet my need .

Thanks a lot.

jian chen

https://developer.tizen.org/dev-guide/2.3.1/org.tizen.guides/html/native/ui/styles_mn.htm  the link' version is 2.3  and in 2.4 sdk , genlist style have additional group_index/expandable and type1 ,type2 styles, they  should be updated ~~ 

Eugene Kurzberg

You can find a reference implementation of default theme for Tizen 2.4 here. Note that this might not be the exact same implementation as the one used in commercial device,

jian chen

Thanks for your answer . But this repo require my a accout and password ,where can I register a account ? 

Thanks again

jian chen

It's just the account I'm using but I need to apply access requests, Thanks Eugene.