diff --git a/resources/drawables/monkey.png b/resources/drawables/monkey.png deleted file mode 100644 index 2f172d7..0000000 Binary files a/resources/drawables/monkey.png and /dev/null differ diff --git a/source/garmin-padelApp.mc b/source/garmin-padelApp.mc index 005b674..9c27fe2 100644 --- a/source/garmin-padelApp.mc +++ b/source/garmin-padelApp.mc @@ -36,4 +36,4 @@ class garmin_padelApp extends Application.AppBase { function getApp() as garmin_padelApp { return Application.getApp() as garmin_padelApp; -} \ No newline at end of file +} diff --git a/source/garmin-padelDelegate.mc b/source/garmin-padelDelegate.mc index 43735c0..cff1bb2 100644 --- a/source/garmin-padelDelegate.mc +++ b/source/garmin-padelDelegate.mc @@ -35,4 +35,4 @@ class garmin_padelDelegate extends WatchUi.BehaviorDelegate { WatchUi.requestUpdate(); return true; } -} \ No newline at end of file +} diff --git a/source/garmin-padelView.mc b/source/garmin-padelView.mc index 212f315..e3856e8 100644 --- a/source/garmin-padelView.mc +++ b/source/garmin-padelView.mc @@ -124,6 +124,6 @@ class garmin_padelView extends WatchUi.View { dc.setColor(ACCENT, Graphics.COLOR_BLACK); dc.fillRectangle(cx - 70, cy - 18, 140, 36); dc.setColor(Graphics.COLOR_BLACK, Graphics.COLOR_TRANSPARENT); - dc.drawText(cx, cy - 14, Graphics.FONT_SMALL, text, Graphics.TEXT_JUSTIFY_CENTER); + dc.drawText(cx, cy, Graphics.FONT_SMALL, text, Graphics.TEXT_JUSTIFY_CENTER | Graphics.TEXT_JUSTIFY_VCENTER); } }