Scroll timer improvements

This commit is contained in:
Koitharu
2025-06-22 15:34:59 +03:00
parent aeee782512
commit f811eeebc9
6 changed files with 72 additions and 15 deletions

View File

@@ -66,8 +66,8 @@
android:layout_marginEnd="@dimen/margin_normal"
android:contentDescription="@string/speed"
android:labelFor="@id/switch_scroll_timer"
android:valueFrom="0.001"
android:valueTo="0.9"
android:valueFrom="0.000001"
android:valueTo="0.95"
app:labelBehavior="floating"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/label_timer"