summaryrefslogtreecommitdiff
path: root/ug_navibar_layout.edc
diff options
context:
space:
mode:
authorByeongin Oh <quddls.oh@samsung.com>2012-08-21 18:08:04 +0900
committerByeongin Oh <quddls.oh@samsung.com>2012-08-21 18:08:04 +0900
commit500e1d3c6ff1f159af461e63132c178f9afcbab2 (patch)
tree5033319613d8e5300f4365ada4ce83dfca4cac8c /ug_navibar_layout.edc
parentd14111b6d5b7914cc0742d1d5dcc415cd95c7bb1 (diff)
downloadug-myfile-efl-500e1d3c6ff1f159af461e63132c178f9afcbab2.tar.gz
ug-myfile-efl-500e1d3c6ff1f159af461e63132c178f9afcbab2.tar.bz2
ug-myfile-efl-500e1d3c6ff1f159af461e63132c178f9afcbab2.zip
initial tizen 2.0 beta
Change-Id: I0a3f47334ca55b982009577a0142e4b4162442e3
Diffstat (limited to 'ug_navibar_layout.edc')
-rw-r--r--[-rwxr-xr-x]ug_navibar_layout.edc158
1 files changed, 38 insertions, 120 deletions
diff --git a/ug_navibar_layout.edc b/ug_navibar_layout.edc
index 64c0b7d..227bc81 100755..100644
--- a/ug_navibar_layout.edc
+++ b/ug_navibar_layout.edc
@@ -1,24 +1,3 @@
-/*
- * Copyright (c) Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Flora Software License (the "License").
- *
- * You may obtain a copy of the License at
- * http://www.tizenopensource.org/license
- *
- * Your use of this source code is conditioned on your acceptance of the
- * terms and conditions of the License.
- * If you do not agree to the terms and conditions of the License,
- * do not use the source code herein.
- *
- * THIS SOURCE CODE IS LICENSED ONLY UNDER THE TERMS OF THE LICENSE.
- *
- * THIS SOURCE CODE IS DISTRIBUTED ON AN "AS-IS" BASIS AND "WITH ALL FAULTS",
- * WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EXPRESS OR IMPLIED.
- *
- * See the License for specific language governing permissions and limitations.
- */
-
#define UG_BASIC_W 480
#define UG_BASIC_H 800
@@ -334,114 +313,53 @@ collections
name:"upper_folder";
parts
{
- part
- {
- name: "upper";
- type: SWALLOW;
- mouse_events: 1;
- scale: 1;
- description {
- state: "default" 0.0;
- min: UG_MAIN_W GENLIST_ITEM_H;
- rel1
- {
- relative: 0.0 0.0;
- }
- rel2
- {
- relative: 1.0 1.0;
+
+ part
+ {
+ name: "base";
+ type: RECT;
+ repeat_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ color: 215 225 232 255;
}
- align: 0.5 0.5;
}
- }
+ part { name: "home";
+ type: SWALLOW;
+ description { state: "default" 0.0;
+ rel1.relative: 0.022 0.157;
+ rel2.relative: 0.489 0.843;
+ }
+ }
+ part { name: "upper";
+ type: SWALLOW;
+ description { state: "default" 0.0;
+ rel1.relative: 0.511 0.157;
+ rel2.relative: 0.978 0.843;
+ }
+ }
+
}
}
group
{
name: "pathinfo";
parts {
- part
- {
- name: "base";
- type: RECT;
- repeat_events: 0;
- scale: 1;
- description {
- state: "default" 0.0;
- min: UG_MAIN_W PATH_INFO_H;
- color: PATH_INFO_BG_COLOR;
- }
- }
- part
- {
- name: "bg";
- type: RECT;
- clip_to: "disclip";
- repeat_events: 0;
- mouse_events: 0;
- description {
- state: "default" 0.0;
- color: PATH_INFO_BG_COLOR;
- }
- }
- MF_UG_PART_PADDING_TOP(0)
- MF_UG_PART_PADDING_BOTTOM( 0 )
- MF_UG_PART_PADDING_LEFT( 10 )
- part
- {
- name: "bottom_line";
- type: RECT;
- mouse_events: 0;
- description { state: "default" 0.0;
- min: 0 1;
- fixed: 0 1;
- visible: 1;
- color: BOTTOM_LINE_COLOR;
- rel1
- {
- relative: 0.0 1.0;
- offset: 0 -1;
- }
- }
- }
- part
- {
- name: "info";
- clip_to: "disclip";
- type: SWALLOW;
- scale: 1;
- description { state: "default" 0.0;
- min: 0 PATH_INFO_LABEL_H;
- max: 0 PATH_INFO_LABEL_H;
- fixed: 0 1;
- align: 0.0 0.5;
- rel1
- {
- relative: 1.0 1.0;
- offset: 0 0;
- to_x: "elm.padding.left";
- to_y: "elm.padding.top";
- }
- rel2
- {
- relative: 1.0 0.0;
- offset: 0 0;
- to_x: "elm.padding.left";
- to_y: "elm.padding.bottom";
- }
- }
- }
+ part
+ {
+ name: "info";
+ type: SWALLOW;
+ repeat_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 0 PATH_INFO_H;
+ }
+ }
- part
- {
- name: "disclip";
- type: RECT;
- description
- {
- state: "default" 0.0;
- }
- }
- }
+
+ }
}
}