[elc_naviframe]: 1. CQ H0100135601 fixed. 2. if icon is set, then icon
authorShilpa Singh <shilpa.singh@samsung.com>
Mon, 24 Oct 2011 07:19:16 +0000 (16:19 +0900)
committerShilpa Singh <shilpa.singh@samsung.com>
Mon, 24 Oct 2011 07:20:57 +0000 (16:20 +0900)
overlaps back button in case of long title text issue fixed.

Change-Id: I2a1ba797afc7d996807aa97d0fc38bdf931120d7

themes/groups/naviframe.edc
themes/inc/nbeat-black-hd-inc.edc
themes/inc/nbeat-hd-inc.edc

index 3bf7419..d44f9e9 100644 (file)
                }
                color: NAVIFRAME_TITLE_TEXT_COLOR_INC;
                align: 0.5 0.5;
-               rel1.to: "title_base";
-               rel2.to: "title_base";
+               rel1 { relative: 1.0 0.0; to: "elm.rect.pada"; }
+               rel2 { relative: 0.0 1.0; to: "elm.rect.padb"; }
             }
          }
          part { name: "click_event_area";
             target: "title_clip";
             target: "optionheader_clip";
          }
+         program { name: "icon_show";
+            signal: "elm,state,elm.swallow.icon,show";
+            source: "elm";
+            action: STATE_SET "visible" 0.0;
+            target: "elm.rect.pada";
+         }
+         program { name: "icon_hide";
+            signal: "elm,state,elm.swallow.icon,hide";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.rect.pada";
+         }
          program { name: "optionheader_show";
             signal: "elm,state,elm.swallow.optionheader,show";
             source: "elm";
                }
                color: NAVIFRAME_TITLE_TEXT_COLOR_INC;
                align: 0.5 0.5;
-               rel1.to: "title_base";
-               rel2.to: "title_base";
+               rel1 { relative: 1.0 0.0; to: "elm.rect.pada"; }
+               rel2 { relative: 0.0 1.0; to: "elm.rect.padb"; }
             }
          }
          part { name: "click_event_area";
             target: "title_clip";
             target: "optionheader_clip";
          }
+         program { name: "icon_show";
+            signal: "elm,state,elm.swallow.icon,show";
+            source: "elm";
+            action: STATE_SET "visible" 0.0;
+            target: "elm.rect.pada";
+         }
+         program { name: "icon_hide";
+            signal: "elm,state,elm.swallow.icon,hide";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.rect.pada";
+         }
          program { name: "optionheader_show";
             signal: "elm,state,elm.swallow.optionheader,show";
             source: "elm";
                }
                color: NAVIFRAME_TITLE_TEXT_COLOR_INC;
                align: 0.5 0.5;
-               rel1.to: "title_base";
-               rel2.to: "title_base";
+               rel1 { relative: 1.0 0.0; to: "elm.rect.pada"; }
+               rel2 { relative: 0.0 1.0; to: "elm.rect.padb"; }
             }
          }
          part { name: "click_event_area";
             target: "title_clip";
             target: "optionheader_clip";
          }
+         program { name: "icon_show";
+            signal: "elm,state,elm.swallow.icon,show";
+            source: "elm";
+            action: STATE_SET "visible" 0.0;
+            target: "elm.rect.pada";
+         }
+         program { name: "icon_hide";
+            signal: "elm,state,elm.swallow.icon,hide";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.rect.pada";
+         }
          program { name: "optionheader_show";
             signal: "elm,state,elm.swallow.optionheader,show";
             source: "elm";
                }
                color: NAVIFRAME_TITLE_TEXT_COLOR_INC;
                align: 0.5 0.5;
-               rel1.to: "title_base";
-               rel2.to: "title_base";
+               rel1 { relative: 1.0 0.0; to: "elm.rect.pada"; }
+               rel2 { relative: 0.0 1.0; to: "elm.rect.padb"; }
             }
          }
          part { name: "click_event_area";
             target: "title_clip";
             target: "optionheader_clip";
          }
+         program { name: "icon_show";
+            signal: "elm,state,elm.swallow.icon,show";
+            source: "elm";
+            action: STATE_SET "visible" 0.0;
+            target: "elm.rect.pada";
+         }
+         program { name: "icon_hide";
+            signal: "elm,state,elm.swallow.icon,hide";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "elm.rect.pada";
+         }
          program { name: "optionheader_show";
             signal: "elm,state,elm.swallow.optionheader,show";
             source: "elm";
index d585f7c..a2138fa 100644 (file)
@@ -39,7 +39,7 @@
 #define NAVIFRAME_OH_OPENED_DOUBLE_H_INC 196
 #define NAVIFRAME_OH_SHADOW_H_INC 0
 #define NAVIFRAME_INDICATOR_W_INC 128
-#define NAVIFRAME_PADDING_EXPANDED_INC 141
+#define NAVIFRAME_PADDING_EXPANDED_INC 160
 #define NAVIFRAME_TITLE_FONT_SIZE_INC 36
 #define NAVIFRAME_ICON_SIZE_INC 32 32
 #define NAVIFRAME_ICON_PADDING_INC 16 0
index ef8cd9a..6e989bc 100644 (file)
@@ -38,7 +38,7 @@
 #define NAVIFRAME_OH_PADDING_INC 16
 #define NAVIFRAME_OH_OPENED_DOUBLE_H_INC 196
 #define NAVIFRAME_INDICATOR_W_INC 128
-#define NAVIFRAME_PADDING_EXPANDED_INC 141
+#define NAVIFRAME_PADDING_EXPANDED_INC 160
 #define NAVIFRAME_TITLE_FONT_SIZE_INC 36
 #define NAVIFRAME_ICON_SIZE_INC 32 32
 #define NAVIFRAME_ICON_PADDING_INC 16 0