Skip to content

Commit

Permalink
Fix order of playback controls in RTL layout
Browse files Browse the repository at this point in the history
Issue: androidx/media#227

#minor-release

PiperOrigin-RevId: 497159283
(cherry picked from commit 8313af1)
  • Loading branch information
icbaker authored and christosts committed Jan 25, 2023
1 parent 9b11686 commit ee72778
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@
android:background="@android:color/transparent"
android:gravity="center"
android:padding="@dimen/exo_styled_controls_padding"
android:clipToPadding="false">
android:clipToPadding="false"
android:layoutDirection="ltr">

<ImageButton android:id="@id/exo_prev"
style="@style/ExoStyledControls.Button.Center.Previous"/>
Expand Down

0 comments on commit ee72778

Please sign in to comment.