mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-18 20:38:39 +00:00
Lean UI spike use correct icons for menu and tap
This commit is contained in:
@ -29,7 +29,7 @@ class HomeAssistantViewIconMenuItem extends WatchUi.IconMenuItem {
|
||||
var identifier = definition.get("entity") as Lang.String;
|
||||
|
||||
var icon = new WatchUi.Bitmap({
|
||||
:rezId=>Rez.Drawables.LauncherIcon,
|
||||
:rezId=>Rez.Drawables.MenuIcon,
|
||||
:locX=>WatchUi.LAYOUT_HALIGN_CENTER,
|
||||
:locY=>WatchUi.LAYOUT_VALIGN_CENTER
|
||||
});
|
||||
|
Reference in New Issue
Block a user