summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKartik Tidke <kr.tidke@samsung.com>2018-08-28 23:57:00 +0530
committerKartik Tidke <kr.tidke@samsung.com>2018-08-28 23:57:00 +0530
commitf7a973780fd9fe582d35bef630a2a71c4a6101e6 (patch)
treec77466feab9d225097a602a414cb1a19f161685f
parent5f0b5c963a9a116eb8bb98316ddc5209782001b8 (diff)
downloadanalog-watch-f7a973780fd9fe582d35bef630a2a71c4a6101e6.tar.gz
analog-watch-f7a973780fd9fe582d35bef630a2a71c4a6101e6.tar.bz2
analog-watch-f7a973780fd9fe582d35bef630a2a71c4a6101e6.zip
Revise Complication and Dial layer in UI
Change-Id: I41887c7c33a2c9ee59458dca693c3a84ea8c914a Signed-off-by: Kartik Tidke <kr.tidke@samsung.com>
-rw-r--r--res/edje/main.edc86
1 files changed, 43 insertions, 43 deletions
diff --git a/res/edje/main.edc b/res/edje/main.edc
index a793bd5..112a191 100644
--- a/res/edje/main.edc
+++ b/res/edje/main.edc
@@ -130,49 +130,6 @@ collections {
color: 0 0 0 255;
}
}
- part { name: PART_DIAL_BG;
- type: IMAGE;
- mouse_events: 1;
- description {
- state: STATE_DEFAULT 0.0;
- rel1 { relative: (0.0) (0.0); }
- rel2 { relative: (1.0) (1.0); }
- align: 0.0 0.0;
- image {
- normal: IMAGE_DIAL_01;
- }
- }
- description { state: STATE_DIAL_01 0.0;
- inherit: STATE_DEFAULT 0.0;
- image {
- normal: IMAGE_DIAL_01;
- }
- }
- description { state: STATE_DIAL_02 0.0;
- inherit: STATE_DEFAULT 0.0;
- image {
- normal: IMAGE_DIAL_02;
- }
- }
- description { state: STATE_DIAL_03 0.0;
- inherit: STATE_DEFAULT 0.0;
- image {
- normal: IMAGE_DIAL_03;
- }
- }
- description { state: STATE_DIAL_04 0.0;
- inherit: STATE_DEFAULT 0.0;
- image {
- normal: IMAGE_DIAL_04;
- }
- }
- description { state: STATE_DIAL_05 0.0;
- inherit: STATE_DEFAULT 0.0;
- image {
- normal: IMAGE_DIAL_05;
- }
- }
- }
part { name: PART_RIGHT_COMP_MODULE;
type: SWALLOW;
description {
@@ -724,6 +681,49 @@ collections {
visible: 0;
}
}
+ part { name: PART_DIAL_BG;
+ type: IMAGE;
+ mouse_events: 1;
+ description {
+ state: STATE_DEFAULT 0.0;
+ rel1 { relative: (0.0) (0.0); }
+ rel2 { relative: (1.0) (1.0); }
+ align: 0.0 0.0;
+ image {
+ normal: IMAGE_DIAL_01;
+ }
+ }
+ description { state: STATE_DIAL_01 0.0;
+ inherit: STATE_DEFAULT 0.0;
+ image {
+ normal: IMAGE_DIAL_01;
+ }
+ }
+ description { state: STATE_DIAL_02 0.0;
+ inherit: STATE_DEFAULT 0.0;
+ image {
+ normal: IMAGE_DIAL_02;
+ }
+ }
+ description { state: STATE_DIAL_03 0.0;
+ inherit: STATE_DEFAULT 0.0;
+ image {
+ normal: IMAGE_DIAL_03;
+ }
+ }
+ description { state: STATE_DIAL_04 0.0;
+ inherit: STATE_DEFAULT 0.0;
+ image {
+ normal: IMAGE_DIAL_04;
+ }
+ }
+ description { state: STATE_DIAL_05 0.0;
+ inherit: STATE_DEFAULT 0.0;
+ image {
+ normal: IMAGE_DIAL_05;
+ }
+ }
+ }
}
script
{