mirror of
				https://github.com/house-of-abbey/GarminHomeAssistant.git
				synced 2025-10-31 23:48:13 +00:00 
			
		
		
		
	Lean UI spike use correct icons for menu and tap
This commit is contained in:
		| @@ -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}; | ||||
|   | ||||
| @@ -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