mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
Merge pull request #1530 from Bnyro/master
finer playback speed controls
This commit is contained in:
commit
b78cb0d0b8
@ -9,7 +9,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="10dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:stepSize="0.25"
|
||||
android:stepSize="0.1"
|
||||
android:value="1"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="5" />
|
||||
|
@ -38,9 +38,9 @@
|
||||
android:id="@+id/speed"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:stepSize="0.25"
|
||||
android:stepSize="0.1"
|
||||
android:value="1.0"
|
||||
android:valueFrom="0.25"
|
||||
android:valueFrom="0.2"
|
||||
android:valueTo="4.0" />
|
||||
|
||||
<TextView
|
||||
@ -52,7 +52,7 @@
|
||||
android:id="@+id/pitch"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:stepSize="0.25"
|
||||
android:stepSize="0.1"
|
||||
android:value="1.0"
|
||||
android:valueFrom="0.5"
|
||||
android:valueTo="2.0" />
|
||||
|
@ -89,9 +89,9 @@
|
||||
android:icon="@drawable/ic_speed"
|
||||
app:defValue="1.0"
|
||||
app:key="background_playback_speed"
|
||||
app:stepSize="0.25"
|
||||
app:stepSize="0.1"
|
||||
app:title="@string/playback_speed"
|
||||
app:valueFrom="0.25"
|
||||
app:valueFrom="0.2"
|
||||
app:valueTo="4.0" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
@ -8,9 +8,9 @@
|
||||
android:icon="@drawable/ic_speed"
|
||||
app:defValue="1.0"
|
||||
app:key="playback_speed"
|
||||
app:stepSize="0.25"
|
||||
app:stepSize="0.1"
|
||||
app:title="@string/playback_speed"
|
||||
app:valueFrom="0.25"
|
||||
app:valueFrom="0.2"
|
||||
app:valueTo="4.0" />
|
||||
|
||||
<com.github.libretube.ui.views.SliderPreference
|
||||
|
Loading…
x
Reference in New Issue
Block a user