From 708fa7cc7ffc449287428d70e32223928526aca1 Mon Sep 17 00:00:00 2001 From: Klaus-Hendrik Wolf Date: Thu, 14 Mar 2024 15:40:40 +0100 Subject: [PATCH] Fixes #217: digital clock got line wrapped Could not reproduce the problem and therefor not check whether the fix works as expected. It broadens clock's width to its parent's width. Hopefully (hate to write it) that fixes the problem. --- app/src/main/res/layout/home_fragment_content.xml | 2 +- app/src/main/res/xml/home_motion_scene_bottom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/home_fragment_content.xml b/app/src/main/res/layout/home_fragment_content.xml index 0ed9077f..4949cd6a 100644 --- a/app/src/main/res/layout/home_fragment_content.xml +++ b/app/src/main/res/layout/home_fragment_content.xml @@ -62,7 +62,7 @@