Merge pull request #554 from GilesMunn/seek_duration_bug

Seek text fix
This commit is contained in:
Bnyro 2022-06-18 20:43:32 +02:00 committed by GitHub
commit a56ff97665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>