fonts { font: "font_item.ttf" "Sans"; font: "font_title.ttf" "SansBold"; } images { image: "background.png" LOSSY 95; image: "icon_choose_ok.png" LOSSY 95; image: "icon_choose_back.png" LOSSY 95; image: "CnlAudioContainer.png" LOSSY 95; image: "arrow_up.png" LOSSY 95; image: "arrow_down.png" LOSSY 95; } collections { group { name: "main"; parts { part { name: "base"; mouse_events: 0; description { state: "default" 0.0; rel1 { relative: 0.0 0.0; offset: 0 0; } rel2 { relative: 1.0 1.0; offset: 0 0; } image { normal: "background.png"; border: 100 100 60 100; } } } part { name: "title"; type: TEXT; mouse_events: 0; description { state: "default" 0.0; align: 0.5 0.0; color: 255 255 255 255; text { font: "SansBold"; size: 60; text: "All"; min: 1 1; } rel1 { relative: 0.15 0.00; } rel2 { relative: 0.85 0.00; offset: 0 50; } } } part { name: "contents_clip"; type: RECT; mouse_events: 0; description { state: "default" 0.0; color: 255 255 255 255; align: 0 0.5; rel1 { relative: 0 0; offset: 160 90; } rel2 { relative: 1 1; offset: -141 -51; } } } part { name: "contents_swallow"; type: SWALLOW; clip_to: "contents_clip"; description { state: "default" 0.0; color: 255 255 255 255; align: 0 0.5; rel1 { to: "contents_clip"; relative: 0 0; } rel2 { to: "contents_clip"; relative: 1 1; } } } part { name: "arrow_up"; description { state: "default" 0.0; max: 30 30; color: 255 255 255 255; image { normal: "arrow_up.png"; } rel1 { relative: 1 0; offset: -60 40; } rel2 { relative: 1 0; offset: -30 70; } } } part { name: "arrow_down"; description { state: "default" 0.0; max: 30 30; color: 255 255 255 255; image { normal: "arrow_down.png"; } rel1 { relative: 1 1; offset: -60 -160; } rel2 { relative: 1 1; offset: -30 -130; } } } part { name: "back_button"; description { state: "default" 0.0; max: 48 48; image { normal: "icon_choose_back.png"; } rel1 { relative: 0 1; offset: 20 -68; } rel2 { relative: 0 1; offset: 68 -20; } } } part { name: "ok_button"; description { state: "default" 0.0; max: 48 48; image { normal: "icon_choose_ok.png"; } rel1 { relative: 1 1; offset: -68 -68; } rel2 { relative: 1 1; offset: -20 -20; } } } } } group { name: "list_item"; min: 20 56; parts { part { name: "base"; type: RECT; description { state: "default" 0.0; min: 0 56; max: 99999 56; color: 255 0 0 0; rel1 { relative: 0 0; } rel2 { relative: 1 1; } } } part { name: "label"; type: TEXT; description { state: "default" 0.0; align: 0 0.5; color: 255 255 255 255; text { font: "Sans"; size: 35; text: "List item"; align: 0 0.5; } rel1 { to: "base"; relative: 0.0 0.0; } rel2 { to: "base"; relative: 1.0 1.0; } } } } } }