Fixed issue 48501
authorHimanshu <himanshu.t@samsung.com>
Mon, 26 Aug 2013 06:57:46 +0000 (12:27 +0530)
committerHimanshu <himanshu.t@samsung.com>
Mon, 26 Aug 2013 06:57:46 +0000 (12:27 +0530)
Change-Id: I394b324e43bd5ebc053ed79552154a3edf470361
Signed-off-by: Himanshu <himanshu.t@samsung.com>
res/screen-density-xhigh/00_icon_favorite_off_74x74.png [new file with mode: 0644]
res/screen-density-xhigh/00_icon_favorite_on_74x74.png [new file with mode: 0644]
src/IntHistoryListForm.cpp
src/IntMainForm.cpp

diff --git a/res/screen-density-xhigh/00_icon_favorite_off_74x74.png b/res/screen-density-xhigh/00_icon_favorite_off_74x74.png
new file mode 100644 (file)
index 0000000..85a8fd8
Binary files /dev/null and b/res/screen-density-xhigh/00_icon_favorite_off_74x74.png differ
diff --git a/res/screen-density-xhigh/00_icon_favorite_on_74x74.png b/res/screen-density-xhigh/00_icon_favorite_on_74x74.png
new file mode 100644 (file)
index 0000000..d02e41f
Binary files /dev/null and b/res/screen-density-xhigh/00_icon_favorite_on_74x74.png differ
index ab1b91d..fdd1a01 100644 (file)
@@ -46,8 +46,8 @@ using namespace Tizen::System;
 
 static const wchar_t* IDB_TAB_ICON_BOOKMARKS =  L"I01_search_list_icon_favorite.png";
 static const wchar_t* IDB_TAB_ICON_HISTORY =L"I01_search_list_icon_history.png";
-static const wchar_t* IDB_ICON_BOOKMARK_ON_TEMP = L"I01_icon_bookmark_on_temp.png";
-static const wchar_t* IDB_ICON_BOOKMARK_OFF_TEMP = L"I01_icon_bookmark_off_temp.png";
+static const wchar_t* IDB_ICON_BOOKMARK_ON_TEMP = L"00_icon_favorite_on_74x74.png";
+static const wchar_t* IDB_ICON_BOOKMARK_OFF_TEMP = L"00_icon_favorite_off_74x74.png";
 
 
 const int HistoryListForm::IDA_TABBAR_ITEM_1 = 101;
@@ -621,7 +621,7 @@ HistoryListForm::CreateItem(int groupIndex, int itemIndex, int itemWidth)
        {
                pBookmarkBitmap = AppResource::GetInstance()->GetBitmapN(IDB_ICON_BOOKMARK_OFF_TEMP);
        }
-       bookmarkBtnWidth = 64;
+       bookmarkBtnWidth = 74;
 
 
        r = pItem->AddElement(Rectangle(104, 10, GetClientAreaBounds().width - 108 - 32 - bookmarkBtnWidth - 32, 60 - 44 + __fontSize), IDA_FORMAT_TITLE, pHistory->GetHistoryTitle(), __fontSize,CUSTOM_COLOR_TRANSPARENT,CUSTOM_COLOR_TRANSPARENT,CUSTOM_COLOR_TRANSPARENT,true);
index 4596800..406a99c 100644 (file)
@@ -68,8 +68,8 @@ static const wchar_t* IDB_CONTRLBAR_ICON_NEW_WINDOW_PRESS = L"I01_icon_plus_pres
 static const wchar_t* IDB_CONTROLBAR_ICON_CREATE_DISABLE = L"I01_controlbar_icon_create_disable.png";
 static const wchar_t* IDB_BUTTON_ON = L"00_button_on.png";
 static const wchar_t* IDB_BUTTON_OFF = L"00_button_off.png";
-static const wchar_t* IDB_ICON_BOOKMARK_OFF_TEMP = L"I01_icon_bookmark_off_temp.png";
-static const wchar_t* IDB_ICON_BOOKMARK_ON_TEMP = L"I01_icon_bookmark_on_temp.png";
+static const wchar_t* IDB_ICON_BOOKMARK_OFF_TEMP =L"00_icon_favorite_off_74x74.png";
+static const wchar_t* IDB_ICON_BOOKMARK_ON_TEMP = L"00_icon_favorite_on_74x74.png";
 static const wchar_t* IDS_TIZEN_SERVICE = L"tizen-service";
 static const wchar_t* IDS_APPID = L"AppID";
 static const wchar_t* IDS_KEY = L"key";