Fix being unable to select 4.0 speed

This commit is contained in:
ByteHamster 2020-02-21 19:39:27 +01:00
parent 657d19ccc2
commit 5f0aba7a3c
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
android:layout_toLeftOf="@id/butIncSpeed"
android:layout_toStartOf="@id/butIncSpeed"
android:layout_centerVertical="true"
android:max="40"/>
android:max="70"/>
</RelativeLayout>