collections { /* simple layout to pack our scrolling content into an elm_layout */ group { name: "elm_code/layout/default"; parts { part { name: "elm.swallow.content"; type: SWALLOW; description { state: "default" 0.0; align: 0.5 0.0; fixed: 0 1; rel2 { relative: 1.0 1.0; offset: 0 0; } } } } } }