summaryrefslogtreecommitdiff
path: root/app/src/main
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-02-21 19:39:27 +0100
committerByteHamster <info@bytehamster.com>2020-02-21 19:39:27 +0100
commit5f0aba7a3c78e23d5d6ba9e38bceca16a83b85ba (patch)
tree5591fd5693ba52469eeb6a11297a55cacab9bf77 /app/src/main
parent657d19ccc2c1e3de6555c5c220605bb59225e450 (diff)
downloadAntennaPod-5f0aba7a3c78e23d5d6ba9e38bceca16a83b85ba.zip
Fix being unable to select 4.0 speed
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/audio_controls.xml2
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>