mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Fix order of playback controls in RTL layout
Issue: androidx/media#227
#minor-release
PiperOrigin-RevId: 497159283
(cherry picked from commit 8313af1677)
This commit is contained in:
parent
9b11686ef6
commit
ee72778a42
1 changed files with 2 additions and 1 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue