[EGD-7612] Add alarm popup

Added alarm popup window. Added ImageBoxWithText
widget.
This commit is contained in:
Wojtek Rzepecki
2021-09-16 16:50:23 +02:00
committed by Wojciech Rzepecki
parent b82c29fa39
commit 4c19fa16b3
34 changed files with 470 additions and 33 deletions

View File

@@ -128,8 +128,11 @@ namespace app
return std::make_unique<gui::OptionWindow>(app, name);
});
attachPopups(
{gui::popup::ID::Volume, gui::popup::ID::Tethering, gui::popup::ID::PhoneModes, gui::popup::ID::PhoneLock});
attachPopups({gui::popup::ID::Volume,
gui::popup::ID::Tethering,
gui::popup::ID::PhoneModes,
gui::popup::ID::PhoneLock,
gui::popup::ID::Alarm});
}
void ApplicationNotes::destroyUserInterface()