From f7a973780fd9fe582d35bef630a2a71c4a6101e6 Mon Sep 17 00:00:00 2001 From: Kartik Tidke Date: Tue, 28 Aug 2018 23:57:00 +0530 Subject: Revise Complication and Dial layer in UI Change-Id: I41887c7c33a2c9ee59458dca693c3a84ea8c914a Signed-off-by: Kartik Tidke --- res/edje/main.edc | 86 +++++++++++++++++++++++++++---------------------------- 1 file 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 { -- cgit v1.2.3