Fixed contextmenu arrow issue.
authorsriram.k <sriram.k@samsung.com>
Tue, 16 Jul 2013 07:00:07 +0000 (12:30 +0530)
committersriram.k <sriram.k@samsung.com>
Tue, 16 Jul 2013 07:01:51 +0000 (12:31 +0530)
Signed-off-by: sriram.k <sriram.k@samsung.com>
Change-Id: I0732821d9d5543ac267f9b27dab434a6c6438d2b

res/common/usr/share/osp/bitmaps/480x800/00_popup_bubble_bg.#.png
res/common/usr/share/osp/bitmaps/480x800/00_popup_bubble_bg_ef.#.png [deleted file]
res/common/usr/share/osp/bitmaps/480x800/white/00_popup_bubble_bg.#.png [deleted file]
res/common/usr/share/osp/bitmaps/480x800/white/00_popup_bubble_bg_ef.#.png
res/common/usr/share/osp/bitmaps/720x1280/00_popup_bubble_bg.#.png
res/common/usr/share/osp/bitmaps/720x1280/00_popup_bubble_bg_ef.#.png [deleted file]
res/common/usr/share/osp/bitmaps/720x1280/white/00_popup_bubble_bg.#.png [deleted file]
res/common/usr/share/osp/bitmaps/720x1280/white/00_popup_bubble_bg_ef.#.png
src/ui/resource/FUi_ResourceContextMenuConfig.cpp

index 20664e6..acc07fd 100644 (file)
Binary files a/res/common/usr/share/osp/bitmaps/480x800/00_popup_bubble_bg.#.png and b/res/common/usr/share/osp/bitmaps/480x800/00_popup_bubble_bg.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/480x800/00_popup_bubble_bg_ef.#.png b/res/common/usr/share/osp/bitmaps/480x800/00_popup_bubble_bg_ef.#.png
deleted file mode 100644 (file)
index cb04f16..0000000
Binary files a/res/common/usr/share/osp/bitmaps/480x800/00_popup_bubble_bg_ef.#.png and /dev/null differ
diff --git a/res/common/usr/share/osp/bitmaps/480x800/white/00_popup_bubble_bg.#.png b/res/common/usr/share/osp/bitmaps/480x800/white/00_popup_bubble_bg.#.png
deleted file mode 100644 (file)
index efca13c..0000000
Binary files a/res/common/usr/share/osp/bitmaps/480x800/white/00_popup_bubble_bg.#.png and /dev/null differ
index 4e9c67f..2b6ce5d 100644 (file)
Binary files a/res/common/usr/share/osp/bitmaps/480x800/white/00_popup_bubble_bg_ef.#.png and b/res/common/usr/share/osp/bitmaps/480x800/white/00_popup_bubble_bg_ef.#.png differ
index 1e8de8f..6787ed7 100644 (file)
Binary files a/res/common/usr/share/osp/bitmaps/720x1280/00_popup_bubble_bg.#.png and b/res/common/usr/share/osp/bitmaps/720x1280/00_popup_bubble_bg.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/720x1280/00_popup_bubble_bg_ef.#.png b/res/common/usr/share/osp/bitmaps/720x1280/00_popup_bubble_bg_ef.#.png
deleted file mode 100644 (file)
index cb04f16..0000000
Binary files a/res/common/usr/share/osp/bitmaps/720x1280/00_popup_bubble_bg_ef.#.png and /dev/null differ
diff --git a/res/common/usr/share/osp/bitmaps/720x1280/white/00_popup_bubble_bg.#.png b/res/common/usr/share/osp/bitmaps/720x1280/white/00_popup_bubble_bg.#.png
deleted file mode 100644 (file)
index 56bd48a..0000000
Binary files a/res/common/usr/share/osp/bitmaps/720x1280/white/00_popup_bubble_bg.#.png and /dev/null differ
index 4a63bbe..00cee93 100644 (file)
Binary files a/res/common/usr/share/osp/bitmaps/720x1280/white/00_popup_bubble_bg_ef.#.png and b/res/common/usr/share/osp/bitmaps/720x1280/white/00_popup_bubble_bg_ef.#.png differ
index 0dad9be..4515c3d 100644 (file)
@@ -100,13 +100,13 @@ START_UI_CONFIG(CONTEXTMENU);
                ADD_SHAPE_CONFIG(SCREEN_LEFT_MARGIN, 0);
                ADD_SHAPE_CONFIG(SCREEN_RIGHT_MARGIN, 0);
 
-               ADD_SHAPE_CONFIG(ANCHOR_WIDTH, 36);
-               ADD_SHAPE_CONFIG(ANCHOR_HEIGHT, 36);
-               ADD_SHAPE_CONFIG(ANCHOR_MARGIN, 14);
-               ADD_SHAPE_CONFIG(ANCHOR_TOP_MARGIN, 18);
-               ADD_SHAPE_CONFIG(ANCHOR_LEFT_MARGIN, 18);
-               ADD_SHAPE_CONFIG(ANCHOR_RIGHT_MARGIN, 18);
-               ADD_SHAPE_CONFIG(ANCHOR_BOTTOM_MARGIN, 18);
+               ADD_SHAPE_CONFIG(ANCHOR_WIDTH, 35);
+               ADD_SHAPE_CONFIG(ANCHOR_HEIGHT, 35);
+               ADD_SHAPE_CONFIG(ANCHOR_MARGIN, 15);
+               ADD_SHAPE_CONFIG(ANCHOR_TOP_MARGIN, 16);
+               ADD_SHAPE_CONFIG(ANCHOR_LEFT_MARGIN, 16);
+               ADD_SHAPE_CONFIG(ANCHOR_RIGHT_MARGIN, 16);
+               ADD_SHAPE_CONFIG(ANCHOR_BOTTOM_MARGIN, 16);
 
                ADD_SHAPE_CONFIG(APPEARING_ANIMATION_DISTANCE_X, 40);
                ADD_SHAPE_CONFIG(APPEARING_ANIMATION_DISTANCE_Y, 40);