Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Pisarchik <pisarchik@mapswithme.com>2014-07-26 22:17:56 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:22:32 +0300
commitd082fd471e3eaebdf3ffe2d937bd8917e84f19ee (patch)
treec8b5ee3d4c290e433d9b03b95e83170efc0aaceb /tizen/MapsWithMe
parentefbc78a07c552628b879449935f64aa8b7a816e0 (diff)
[Tizen] Chenged main menu color.
Diffstat (limited to 'tizen/MapsWithMe')
-rw-r--r--tizen/MapsWithMe/src/MapsWithMeForm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tizen/MapsWithMe/src/MapsWithMeForm.cpp b/tizen/MapsWithMe/src/MapsWithMeForm.cpp
index 320bb86280..aeceb04666 100644
--- a/tizen/MapsWithMe/src/MapsWithMeForm.cpp
+++ b/tizen/MapsWithMe/src/MapsWithMeForm.cpp
@@ -85,6 +85,8 @@ result MapsWithMeForm::OnInitializing(void)
pFooter->AddItem(footerItem3);
pFooter->AddActionEventListener(*this);
+ pFooter->SetItemColor(FOOTER_ITEM_STATUS_NORMAL, mainMenuGray);
+
m_pButtonScalePlus = static_cast<Button *>(GetControl(IDC_ZOOM_IN, true));
m_pButtonScalePlus->SetActionId(ID_BUTTON_SCALE_PLUS);
m_pButtonScalePlus->AddActionEventListener(*this);