forked from organicmaps/organicmaps
[Tizen] Chenged main menu color.
This commit is contained in:
parent
efbc78a07c
commit
d082fd471e
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue