summaryrefslogtreecommitdiff
path: root/res/edc/vp-progressbar-list.edc
diff options
context:
space:
mode:
Diffstat (limited to 'res/edc/vp-progressbar-list.edc')
-rw-r--r--[-rwxr-xr-x]res/edc/vp-progressbar-list.edc40
1 files changed, 28 insertions, 12 deletions
diff --git a/res/edc/vp-progressbar-list.edc b/res/edc/vp-progressbar-list.edc
index b9c9041..a130a5a 100755..100644
--- a/res/edc/vp-progressbar-list.edc
+++ b/res/edc/vp-progressbar-list.edc
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2000-2015 Samsung Electronics Co., Ltd All Rights Reserved
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*
+*/
#define PROGRESSBAR_TITLE_FONT_SIZE_INC 28
#define PROGRESSBAR_STATUS_TEXT_FONT_SIZE_INC 20
@@ -9,8 +25,8 @@
#define PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE "32x32"
#define PROGRESSBAR_LIST_PROGRESS_HEIGHT_INC 8
-#define GALLERY_EDC_IMAGE_LIST_PROGRESS_BG "00_winset_list_progress_bg.png"
-#define GALLERY_EDC_IMAGE_LIST_PROGRESS_BAR "T01_video_list_progress_bar.png"
+#define GALLERY_EDC_IMAGE_LIST_PROGRESS_BG "T01-2_progress_bg.png"
+#define GALLERY_EDC_IMAGE_LIST_PROGRESS_BAR "T01-2_progress_bar.png"
group { name: "elm/progressbar/horizontal/video/list_progress";
images {
@@ -56,7 +72,7 @@
align: 1.0 0.0;
}
}
- part { name: "elm.background.progressbar";
+ part { name: "elm.background.progressbar";
type: RECT;
mouse_events: 0;
scale: 1;
@@ -130,8 +146,7 @@
rel2.relative: 1.0 1.0;
color: PROGRESSBAR_LIST_PROGRESS_STYLE_TEXT_COLOR_INC;
text {
- font: "SLP:style=Medium";
- text_class: "slp";
+ font: "Tizen:style=Medium";
size: PROGRESSBAR_STATUS_TEXT_FONT_SIZE_INC;
min: 0 0;
align: 0.0 0.5;
@@ -159,7 +174,8 @@
}
image {
normal: GALLERY_EDC_IMAGE_LIST_PROGRESS_BG;
- border: 0 0 1 1;
+ border: 6 6 0 0;
+ border_scale: 1;
}
}
}
@@ -179,8 +195,7 @@
relative: 0.5 0.5;
}
text {
- font: "SLP:style=Medium";
- text_class: "slp";
+ font: "Tizen:style=Medium";
size: PROGRESSBAR_STATUS_TEXT_FONT_SIZE_INC;
min: 0 0;
align: 0.5 0.0;
@@ -204,15 +219,17 @@
rel1 {
to: "elm.swallow.bar";
relative: 0.0 0.0;
+ offset: -2 0;
}
rel2 {
to_y: "elm.swallow.bar";
to_x: "elm.cur.progressbar";
- offset: -1 -1;
+ offset: 2 -1;
}
image {
normal: GALLERY_EDC_IMAGE_LIST_PROGRESS_BAR;
- border: 0 0 1 1;
+ border: 6 6 0 0;
+ border_scale: 1;
}
}
description {
@@ -268,8 +285,7 @@
rel2.to: "elm.text.status";
text {
text_source: "elm.text.status";
- font: "SLP:style=Medium";
- text_class: "slp";
+ font: "Tizen:style=Medium";
size: PROGRESSBAR_STATUS_TEXT_FONT_SIZE_INC;
min: 0 0;
align: 0.0 0.0;