Change valueTo from 0.95 to 0.97 in XML layout

This commit is contained in:
Emilie Hascoët
2025-10-16 09:32:02 +02:00
committed by GitHub
parent c6da7de699
commit 9b4d014b21

View File

@@ -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"