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:clipToPadding="false">
|
||||
|
||||
<ImageButton
|
||||
android:id="@id/exo_prev"
|
||||
style="@style/ExoStyledControls.Button.Center.Previous" />
|
||||
|
||||
<include layout="@layout/exo_styled_player_control_rewind_button" />
|
||||
<Button android:id="@id/exo_rew_with_amount"
|
||||
android:paddingLeft="4dp"
|
||||
android:paddingRight="4dp"
|
||||
style="@style/ExoStyledControls.Button.Center.RewWithAmount"/>
|
||||
|
||||
<ImageButton
|
||||
android:id="@id/exo_play_pause"
|
||||
style="@style/ExoStyledControls.Button.Center.PlayPause" />
|
||||
|
||||
<include layout="@layout/exo_styled_player_control_ffwd_button" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@id/exo_next"
|
||||
style="@style/ExoStyledControls.Button.Center.Next" />
|
||||
<Button android:id="@id/exo_ffwd_with_amount"
|
||||
android:paddingLeft="4dp"
|
||||
android:paddingRight="4dp"
|
||||
style="@style/ExoStyledControls.Button.Center.FfwdWithAmount"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user