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