From 9b4d014b21cf559beed59b4190434ba2e2fb5d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilie=20Hasco=C3=ABt?= Date: Thu, 16 Oct 2025 09:32:02 +0200 Subject: [PATCH] Change valueTo from 0.95 to 0.97 in XML layout --- app/src/main/res/layout/view_scroll_timer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/view_scroll_timer.xml b/app/src/main/res/layout/view_scroll_timer.xml index 78d220431..d8edca009 100644 --- a/app/src/main/res/layout/view_scroll_timer.xml +++ b/app/src/main/res/layout/view_scroll_timer.xml @@ -67,7 +67,7 @@ android:contentDescription="@string/speed" android:labelFor="@id/switch_scroll_timer" android:valueFrom="0.000001" - android:valueTo="0.95" + android:valueTo="0.97" app:labelBehavior="floating" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@id/label_timer"