diff options
author | ByteHamster <info@bytehamster.com> | 2020-02-21 19:39:27 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-02-21 19:39:27 +0100 |
commit | 5f0aba7a3c78e23d5d6ba9e38bceca16a83b85ba (patch) | |
tree | 5591fd5693ba52469eeb6a11297a55cacab9bf77 /app | |
parent | 657d19ccc2c1e3de6555c5c220605bb59225e450 (diff) | |
download | AntennaPod-5f0aba7a3c78e23d5d6ba9e38bceca16a83b85ba.zip |
Fix being unable to select 4.0 speed
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/layout/audio_controls.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/audio_controls.xml b/app/src/main/res/layout/audio_controls.xml index 25e914c55..ef81cf9e2 100644 --- a/app/src/main/res/layout/audio_controls.xml +++ b/app/src/main/res/layout/audio_controls.xml @@ -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> |