Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d410ccb1 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix bug #8205589 Media Framework UI should be mirrored for RTL languages

- force LTR layout direction for MediaController UI elements

Change-Id: Ia2b8058d16e2587314b6f01cf935a5599c2983c9
parent a35d380b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="#CC000000"
    android:orientation="vertical">
    android:orientation="vertical"
    android:layoutDirection="ltr">

    <LinearLayout
        android:layout_width="match_parent"