Lean UI spike use correct icons for menu and tap

This commit is contained in:
SomeoneOnEarth
2023-11-16 21:23:36 +01:00
parent 8764969537
commit 2c09ab71a8
38 changed files with 62 additions and 14 deletions

View File

@ -80,7 +80,7 @@ class HomeAssistantView extends WatchUi.Menu2 {
if ((Application.Properties.getValue("lean_ui") as Lang.Boolean) == true){
var icon = new WatchUi.Bitmap({
:rezId=>Rez.Drawables.ErrorIcon
:rezId=>Rez.Drawables.TapIcon
});
var alignement = {:alignment => WatchUi.MenuItem.MENU_ITEM_LABEL_ALIGN_RIGHT};