Modify the size of the progress bar in the common profile 77/244377/1 accepted/tizen/6.0/unified/20201030.122911 accepted/tizen/6.0/unified/hotfix/20201103.051130 accepted/tizen/unified/20200918.073735 submit/tizen/20200918.025347 submit/tizen_6.0/20201029.205101 submit/tizen_6.0_hotfix/20201102.192501 submit/tizen_6.0_hotfix/20201103.114801 tizen_6.0.m2_release
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 18 Sep 2020 02:24:20 +0000 (11:24 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 18 Sep 2020 02:24:20 +0000 (11:24 +0900)
Change-Id: Ie9464f7d6808f77bc66cb269581ef2ad1ded41c3
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
standard/bt-main-view.c

index d526a9a..4eeb48d 100644 (file)
@@ -851,7 +851,12 @@ static Evas_Object *__bt_main_searched_icon_get(void *data,
                evas_object_propagate_events_set(icon, EINA_FALSE);
        } else if (!strcmp("elm.swallow.end", part) || !strcmp("elm.end", part)) {
                if (dev->status != BT_IDLE) {
-                       icon = _bt_create_progressbar(obj, "process_medium");
+
+                       if (TIZEN_COMMON)
+                               icon = _bt_create_progressbar(obj, "process_small");
+                       else
+                               icon = _bt_create_progressbar(obj, "process_medium");
+
                        evas_object_color_set(icon, 76, 76, 76, 255);
                }
        }