summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mobile/widgets_default/map.edc28
1 files changed, 28 insertions, 0 deletions
diff --git a/mobile/widgets_default/map.edc b/mobile/widgets_default/map.edc
index b79e6ed7..37545e76 100644
--- a/mobile/widgets_default/map.edc
+++ b/mobile/widgets_default/map.edc
@@ -18,6 +18,17 @@
///////////////////////////////////////////////////////////////////////////////
group { name: "elm/map/base/default";
+ styles {
+ style { "copyright_style";
+ base: "font=Tizen:weight=Normal font_size=16 color=#000000FF text_class=label
+ backing=on backing_color=#FCFCFBFF shadow_color=#00000000 align=right ellipsis=1.0";
+ tag: "br" "\n";
+ tag: "ps" "ps";
+ tag: "hilight" "+ font_weight=Bold";
+ tag: "b" "+ font_weight=Bold";
+ tag: "tab" "\t";
+ }
+ }
images {
image: "00_winset_list_process_01.png" COMP;
image: "00_winset_list_process_02.png" COMP;
@@ -140,6 +151,23 @@ group { name: "elm/map/base/default";
tween: "00_winset_list_process_29.png";
}
}
+ part { name: "elm.text.copyright";
+ type: TEXTBLOCK;
+ scale: 1;
+ clip_to: "clipper";
+ description { state: "default" 0.0;
+ visible: 1;
+ rel1.to: "bg";
+ rel2.to: "bg";
+ rel1.relative: 0.0 1.0;
+ fixed: 1 1;
+ align: 1.0 1.0;
+ text {
+ style: "copyright_style";
+ min: 0 1;
+ }
+ }
+ }
}
program { name: "go1";
signal: "elm,state,busy,start";