This patch resolve following jira- 69/243169/2 submit/tizen/20200908.133859
authorJagrat Patidar <j1.patidar@samsung.com>
Thu, 3 Sep 2020 12:52:02 +0000 (18:22 +0530)
committerJagrat Patidar <j1.patidar@samsung.com>
Tue, 8 Sep 2020 06:56:27 +0000 (12:26 +0530)
TIZENIOT-1675 corrects size of page indicator

Change-Id: I5c742bff83b610c77750802ca40edbc926adb270
Signed-off-by: Jagrat Patidar <j1.patidar@samsung.com>
inc/conf.h
res/edje/page_indicator_unit.edc
res/images/page_indicator_center.png [changed mode: 0755->0644]
res/images/page_indicator_current.png [changed mode: 0755->0644]
res/images/page_indicator_unit.png

index 919b133..0e678f1 100755 (executable)
@@ -127,9 +127,9 @@ extern int __conf_get_cluster_all_page_w();
 #define PAGE_INDICATOR_PADDING_BOTTON ((40) * (__conf_get_resolution_scale_h()))
 #define PAGE_INDICATOR_H ((76) * (__conf_get_resolution_scale_h()))
 #define PAGE_INDICATOR_W ((720) * (__conf_get_resolution_scale_w()))
-#define PAGE_INDICATOR_GAP 4
+#define PAGE_INDICATOR_GAP 12
 #define PAGE_INDICATOR_X 0
-#define PAGE_INDICATOR_UNIT ((40) * (__conf_get_resolution_scale_h()))
+#define PAGE_INDICATOR_UNIT 12
 
 #define ALLPAGE_PREVIEW_PADDING_MID ((12) * (__conf_get_resolution_scale_w()))
 #define ALLPAGE_PREVIEW_PADDING_TOP ((18) * (__conf_get_resolution_scale_h()))
index fbdaf1d..724fd56 100755 (executable)
@@ -62,8 +62,8 @@ collections {
                                        fixed: 1 1;
                                        rel1{relative: 0.0 0.0; to:SIZE_SETTER;}
                                        rel2{relative: 1.0 1.0; to:SIZE_SETTER;}
-                                       min: 16 16;
-                                       max: 16 16;
+                                       min: 12 12;
+                                       max: 12 12;
                                        image {
                                                normal: "page_indicator_unit.png";
                                        }
@@ -81,8 +81,8 @@ collections {
                                        state: "current" 0.0;
                                        inherit: "default" 0.0;
                                        color: 255 255 255 255;
-                                       min: 16 16;
-                                       max: 16 16;
+                                       min: 12 12;
+                                       max: 12 12;
                                        image {
                                                normal: "page_indicator_current.png";
                                        }
@@ -175,6 +175,8 @@ collections {
                                        color: 255 255 255 75;
                                        rel1{relative: 0.0 0.0; to:SIZE_SETTER;}
                                        rel2{relative: 1.0 1.0; to:SIZE_SETTER;}
+                                       min: 12 12;
+                                       max: 12 12;
                                        image {
                                                normal: "page_indicator_center.png";
                                        }
@@ -189,6 +191,8 @@ collections {
                                        state: "current" 0.0;
                                        inherit: "default" 0.0;
                                        color: 255 255 255 255;
+                                       min: 12 12;
+                                       max: 12 12;
                                        image {
                                                normal: "page_indicator_center.png";
                                        }
old mode 100755 (executable)
new mode 100644 (file)
index 3ad7d3d..94fb8a2
Binary files a/res/images/page_indicator_center.png and b/res/images/page_indicator_center.png differ
old mode 100755 (executable)
new mode 100644 (file)
index 9b1bd23..94fb8a2
Binary files a/res/images/page_indicator_current.png and b/res/images/page_indicator_current.png differ
index 3ad7d3d..94fb8a2 100644 (file)
Binary files a/res/images/page_indicator_unit.png and b/res/images/page_indicator_unit.png differ