[Review comments fixed: removed scale, removed mistype, and made clip_content relativ...
authorShilpa Singh <shilpa.singh@samsung.com>
Tue, 29 Mar 2011 05:50:06 +0000 (11:20 +0530)
committerShilpa Singh <shilpa.singh@samsung.com>
Tue, 29 Mar 2011 11:38:19 +0000 (17:08 +0530)
[navigationbar_ex]: Rss application bug fix, when content is moved negative it overlapped title area.

Change-Id: I5bd369cf458d89bb72015444c3f4fb553bbd6755

themes/groups/navigationbar_ex.edc

index 01da2fa..951fff3 100644 (file)
@@ -252,7 +252,16 @@ group { name: "elm/navigationbar_ex/item/title/default";
             rel2 { relative: 0.0 1.0; to: "elm.rect.padb"; }
          }
       }
+      part {
+         name: "clip_content";
+         mouse_events: 0;
+         description { state: "default" 0.0;
+            rel1 { to: "elm.swallow.content"; }
+            rel2 { to: "elm.swallow.content"; }
+         }
+      }
       part { name: "elm.swallow.content";
+         clip_to: "clip_content";
          type: SWALLOW;
          scale: 1;
          description { state: "default" 0.0;
@@ -420,9 +429,18 @@ group { name: "elm/navigationbar_ex/item/title_option_header/default";
             rel2 { to: "elm.rect.padb"; relative: 0 1; }
          }
       }
+      part {
+         name: "clip_content";
+         mouse_events: 0;
+         description { state: "default" 0.0;
+            rel1 { to: "elm.swallow.content"; }
+            rel2 { to: "elm.swallow.content"; }
+         }
+      }
       part { name: "elm.swallow.content";
          type: SWALLOW;
          scale: 1;
+         clip_to: "clip_content";
          description { state: "default" 0.0;
             align: 0.0 0.0;
             rel1 { relative: 0.0 1.0; to: "base"; offset: 0 -NAVIBAR_EX_TITLE_SEPARATOR_SHADOW_H; }
@@ -467,6 +485,7 @@ group { name: "elm/navigationbar_ex/item/title_option_header/default";
             }
          }
       }
+
       part { name: "elm.swallow.title";
          type: SWALLOW;
          scale: 1;
@@ -633,9 +652,18 @@ group { name: "elm/navigationbar_ex/item/title_option_header2/default";
             rel2 { to: "elm.rect.padb"; relative: 0 1; }
          }
       }
+      part {
+         name: "clip_content";
+         mouse_events: 0;
+         description { state: "default" 0.0;
+            rel1 { to: "elm.swallow.content"; }
+            rel2 { to: "elm.swallow.content"; }
+         }
+      }
       part { name: "elm.swallow.content";
          type: SWALLOW;
          scale: 1;
+         clip_to: "clip_content";
          description { state: "default" 0.0;
             align: 0.0 0.0;
             rel1 { relative: 0.0 1.0; to: "base"; offset: 0 -NAVIBAR_EX_TITLE_SEPARATOR_SHADOW_H; }