From 1df4bd174e664cd0e3ac62aaa624bf0a4f7e38c6 Mon Sep 17 00:00:00 2001 From: Ash Hier Date: Sun, 4 Jan 2026 20:01:25 +0000 Subject: [PATCH 1/3] Increase dimensions of lap_time_size to accomodate full text value when lap time is longer than minutes e.g. 00:00.00 (#1) Co-authored-by: AshBash --- app/src/main/res/values/dimens.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index e347031e..19bda009 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -3,7 +3,7 @@ 60dp 64dp 70dp - 80dp + 120dp 18dp 48dp 96dp From 6657a561910985c2249a532c4809aa45ca3d7bfa Mon Sep 17 00:00:00 2001 From: AshBash Date: Mon, 5 Jan 2026 14:32:32 +0000 Subject: [PATCH 2/3] Stopwatch Lap Times View: Adjusted layout width to wrap content so as the number of digits increases, so does the width of the box. Set the minWidth to the lap size dimension (for initial width) changed the layoutmethod from Packed to Spread Inside to prevent misalignment when number of digits in different laps is different. e.g when some laps are seconds long and others greater than 1 minute. Added margins at the end of the Lap Order and Lap Time Size boxes ensuring that when times are greater than 1 minute the values aren't too close together. --- app/src/main/res/layout/item_lap.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/item_lap.xml b/app/src/main/res/layout/item_lap.xml index 0a34352d..9aa18c79 100644 --- a/app/src/main/res/layout/item_lap.xml +++ b/app/src/main/res/layout/item_lap.xml @@ -11,22 +11,26 @@ Date: Mon, 5 Jan 2026 14:50:37 +0000 Subject: [PATCH 3/3] Reverting dimens back to original value as this is not the fix. --- app/src/main/res/values/dimens.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 19bda009..e347031e 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -3,7 +3,7 @@ 60dp 64dp 70dp - 120dp + 80dp 18dp 48dp 96dp