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

Commit 252446e4 authored by kaiyiz's avatar kaiyiz Committed by Gerrit - the friendly Code Review server
Browse files

frameworks/base: Change the direction of progress bar for RTL

When change to arabic language, the progress bar should change its'
direction.

Reduce the influence scope of direction setting.

Change-Id: I7a7db4b56c6d85b30a15f1f721c8c524852f484b
parent a7d293c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="#CC000000"
    android:orientation="vertical"
    android:layoutDirection="ltr">
    android:orientation="vertical">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:gravity="center"
        android:paddingTop="4dip"
        android:layoutDirection="ltr"
        android:orientation="horizontal">

        <ImageButton android:id="@+id/prev" style="@android:style/MediaButton.Previous" />