From 0774d0360324063f68000043e6d797c5aa9db486 Mon Sep 17 00:00:00 2001 From: Arjan Schrijver Date: Wed, 21 Feb 2024 23:41:03 +0100 Subject: [PATCH] Vertically center widgets --- app/src/main/res/layout/dashboard_widget_active_time.xml | 5 +++-- app/src/main/res/layout/dashboard_widget_distance.xml | 5 +++-- app/src/main/res/layout/dashboard_widget_sleep.xml | 5 +++-- app/src/main/res/layout/dashboard_widget_steps.xml | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/app/src/main/res/layout/dashboard_widget_active_time.xml b/app/src/main/res/layout/dashboard_widget_active_time.xml index 049e099c0..355b7987e 100644 --- a/app/src/main/res/layout/dashboard_widget_active_time.xml +++ b/app/src/main/res/layout/dashboard_widget_active_time.xml @@ -1,9 +1,10 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/main/res/layout/dashboard_widget_distance.xml b/app/src/main/res/layout/dashboard_widget_distance.xml index 311898797..53e78a5e4 100644 --- a/app/src/main/res/layout/dashboard_widget_distance.xml +++ b/app/src/main/res/layout/dashboard_widget_distance.xml @@ -1,9 +1,10 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/main/res/layout/dashboard_widget_sleep.xml b/app/src/main/res/layout/dashboard_widget_sleep.xml index 036435cb3..29ca42075 100644 --- a/app/src/main/res/layout/dashboard_widget_sleep.xml +++ b/app/src/main/res/layout/dashboard_widget_sleep.xml @@ -1,9 +1,10 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/main/res/layout/dashboard_widget_steps.xml b/app/src/main/res/layout/dashboard_widget_steps.xml index 43c92b595..bf02b81e6 100644 --- a/app/src/main/res/layout/dashboard_widget_steps.xml +++ b/app/src/main/res/layout/dashboard_widget_steps.xml @@ -1,9 +1,10 @@ - - \ No newline at end of file + \ No newline at end of file