collections { group { name: "main"; styles { style { name: "description_style"; base: "font=Tizen:style=Bold font_size=26 color=#ffffff align=center text_class=tizen"; tag: "br" "\n"; tag: "hilight" "+ font_weight=Bold"; tag: "b" "+ font_weight=Bold"; tag: "tab" "\t"; } } parts { part { name: "bg"; type: RECT; description { state: "default" 0.0; rel1 { relative: 0.0 0.0; } rel2 { relative: 1.0 1.0; } color: 246 243 243 255; visible: 1; } } part { name: "entry"; type: SWALLOW; scale: 1; mouse_events: 1; description { state: "default" 0.0; rel1 { relative: 0.5 26/800; to: "bg"; } rel2 { relative: 0.5 26/800; to: "bg"; } align: 0.5 0.0; visible: 1; } description { state: "hide" 0.0; inherit: "default" 0.0; align: 0.5 1.0; } } part { name: "map_area"; type: RECT; scale: 1; mouse_events: 0; description { state: "default" 0.0; rel1 { relative: 0.0 1.0; to: "entry"; } rel2 { relative: 1.0 1.0; to: "entry"; } align: 0.5 0.0; color: 246 243 243 255; min: 0 410; visible: 1; } } part { name: "map"; type: SWALLOW; scale: 1; mouse_events: 0; description { state: "default" 0.0; rel1 { relative: 0.5 242/410; to: "map_area"; } rel2 { relative: 0.5 242/410; to: "map_area"; } align: 0.5 0.5; visible: 1; } } part { name: "result_button"; type: SWALLOW; description { state: "default" 0.0; rel1 { relative: 0.5 1.0; to: "map"; } rel2 { relative: 0.5 1.0; to: "map"; } align: 0.5 0.0; visible: 1; } description { state: "hide" 0.0; inherit: "default" 0.0; visible: 0; } } part { name: "title"; type: TEXT; scale: 1; description { state: "default" 0.0; rel1 { relative: 0.0 0.0; to: "map"; } rel2 { relative: 1.0 1.0; to: "map"; } color: 0 0 0 255; align: 0.5 0.0; min: 0 50; visible: 1; text { text: ""; font: "Tizen:style=Bold"; text_class: "tizen"; min: 0 0; size: 32; align: 0.5 0.5; } } description { state: "hide" 0.0; inherit: "default" 0.0; visible: 0; } } part { name: "description"; type: TEXTBLOCK; scale: 1; description { state: "default" 0.0; rel1 { relative: 0.0 0.0; to: "title"; } rel2 { relative: 1.0 1.0; to: "title"; } align: 0.5 0.0; min: 0 100; visible: 1; text { text: ""; style: "description_style"; } } description { state: "hide" 0.0; inherit: "default" 0.0; visible: 0; } } part { name: "selected_scroller"; type: SWALLOW; scale: 1; mouse_events: 0; description { state: "default" 0.0; rel1 { relative: 0.5 1.0; to: "map"; } rel2 { relative: 0.5 1.0; to: "map"; } align: 0.5 0.0; visible: 1; } description { state: "hide" 0.0; inherit: "default" 0.0; visible: 0; } } part { name: "entry_result"; type: SWALLOW; scale: 1; mouse_events: 0; description { state: "default" 0.0; rel1 { relative: 0.0 1.0; to: "entry"; } rel2 { relative: 1.0 1.0; to: "bg"; } align: 0.5 0.0; visible: 1; } description { state: "hide" 0.0; inherit: "default" 0.0; visible: 0; } } } programs { program { signal: "hide"; source: "entry"; action: STATE_SET "hide" 0.0; target: "entry"; } program { signal: "show"; source: "entry"; action: STATE_SET "default" 0.0; target: "entry"; } program { signal: "hide"; source: "entry_result"; action: STATE_SET "hide" 0.0; target: "entry_result"; } program { signal: "show"; source: "entry_result"; action: STATE_SET "default" 0.0; target: "entry_result"; } program { signal: "hide"; source: "text"; action: STATE_SET "hide" 0.0; target: "title"; target: "description"; } program { signal: "show"; source: "text"; action: STATE_SET "default" 0.0; target: "title"; target: "description"; } program { signal: "hide"; source: "selected_scroller"; action: STATE_SET "hide" 0.0; target: "selected_scroller"; } program { signal: "show"; source: "selected_scroller"; action: STATE_SET "default" 0.0; target: "selected_scroller"; } } } }