[TSAM-5993] Modified edc file for password entry layout 18/78418/2 accepted/tizen/common/20160706.142030 accepted/tizen/ivi/20160706.081938 accepted/tizen/mobile/20160706.081858 accepted/tizen/tv/20160706.081852 accepted/tizen/wearable/20160706.081907 submit/tizen/20160706.013637
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 5 Jul 2016 11:14:26 +0000 (20:14 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 5 Jul 2016 11:16:09 +0000 (20:16 +0900)
Change-Id: Ia96283df9f7a11c71fda753650ed468ffd376296
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
packaging/wifi-efl-ug.spec
sources/wearable/res/wearable-circle/edje/wifi.edc
sources/wearable/src/wearable-circle/view/layout_wearable_input.c

index c6f100c..c74e47b 100644 (file)
@@ -1,7 +1,7 @@
 %define _unpackaged_files_terminate_build 0
 Name:          wifi-efl-ug
 Summary:       Wi-Fi UI Gadget for TIZEN
-Version:       1.0.185
+Version:       1.0.186
 Release:       1
 Group:         App/Network
 License:       Flora-1.1
index 007b534..39d087b 100755 (executable)
@@ -666,7 +666,7 @@ collections {
                                        state: "default" 0.0;
                                        min: 0 44;
                                        align: 0.0 0.0;
-                                       fixed: 0 1;
+                                       fixed: 1 1;
                                        rel1 {
                                                relative: 1.0 1.0;
                                                to_x: "left_padding";
@@ -889,6 +889,7 @@ collections {
                                description {
                                        state: "default" 0.0;
                                        align: 0.5 0;
+                                       fixed: 1 1;
                                        rel1 {
                                                relative: 1.0 0.0;
                                                to : "check.left.padding";
@@ -912,7 +913,7 @@ collections {
                                description {
                                        state: "default" 0.0;
                                        min: 7 0;
-                                       fixed: 1 0;
+                                       fixed: 1 1;
                                        align: 1 0;
                                        rel1 {
                                                relative: 0.0 0.0;
@@ -939,6 +940,7 @@ collections {
                                                relative: 0.0 1.0;
                                                to : "elm.spacer.check";
                                        }
+                                       fixed: 1 1;
                                }
                        }
                part {
index 3a349e9..5bc23ce 100755 (executable)
@@ -72,7 +72,6 @@ static void __editfield_state_changed_cb(void *data, Ecore_IMF_Context *ctx, int
        if (value == ECORE_IMF_INPUT_PANEL_STATE_HIDE) {
                if (view_base_window_is_focus(input_obj->base)) {
                        WIFI_LOG_INFO("Key pad is now closed by user");
-                       //layout_wearable_input_pop(input_obj);
                } else {
                        WIFI_LOG_INFO("Key pad is now closed by other window show");
                }