mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
commit
a56ff97665
@ -225,21 +225,19 @@
|
|||||||
android:padding="@dimen/exo_styled_controls_padding"
|
android:padding="@dimen/exo_styled_controls_padding"
|
||||||
android:clipToPadding="false">
|
android:clipToPadding="false">
|
||||||
|
|
||||||
<ImageButton
|
<Button android:id="@id/exo_rew_with_amount"
|
||||||
android:id="@id/exo_prev"
|
android:paddingLeft="4dp"
|
||||||
style="@style/ExoStyledControls.Button.Center.Previous" />
|
android:paddingRight="4dp"
|
||||||
|
style="@style/ExoStyledControls.Button.Center.RewWithAmount"/>
|
||||||
<include layout="@layout/exo_styled_player_control_rewind_button" />
|
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@id/exo_play_pause"
|
android:id="@id/exo_play_pause"
|
||||||
style="@style/ExoStyledControls.Button.Center.PlayPause" />
|
style="@style/ExoStyledControls.Button.Center.PlayPause" />
|
||||||
|
|
||||||
<include layout="@layout/exo_styled_player_control_ffwd_button" />
|
<Button android:id="@id/exo_ffwd_with_amount"
|
||||||
|
android:paddingLeft="4dp"
|
||||||
<ImageButton
|
android:paddingRight="4dp"
|
||||||
android:id="@id/exo_next"
|
style="@style/ExoStyledControls.Button.Center.FfwdWithAmount"/>
|
||||||
style="@style/ExoStyledControls.Button.Center.Next" />
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user