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

Commit a0a4e6bc authored by Heemin Seog's avatar Heemin Seog
Browse files

Keep system bar layout stable for rtl languages

Bug: 158026089
Test: manual
Change-Id: I604a06b496b1a0e9225a6140abef5a121ace0f49
parent d7d84c0b
Loading
Loading
Loading
Loading
+6 −4
Original line number Original line Diff line number Diff line
@@ -29,9 +29,10 @@
        android:layout_width="match_parent"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:layout_weight="1"
        android:paddingStart="20dp"
        android:gravity="center"
        android:layoutDirection="ltr"
        android:paddingEnd="20dp"
        android:paddingEnd="20dp"
        android:gravity="center">
        android:paddingStart="20dp">


        <com.android.systemui.car.navigationbar.CarNavigationButton
        <com.android.systemui.car.navigationbar.CarNavigationButton
            android:id="@+id/home"
            android:id="@+id/home"
@@ -135,9 +136,10 @@
        android:layout_width="match_parent"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:layout_weight="1"
        android:paddingStart="@dimen/car_keyline_1"
        android:paddingEnd="@dimen/car_keyline_1"
        android:gravity="center"
        android:gravity="center"
        android:layoutDirection="ltr"
        android:paddingEnd="@dimen/car_keyline_1"
        android:paddingStart="@dimen/car_keyline_1"
        android:visibility="gone"
        android:visibility="gone"
    />
    />


+2 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,8 @@
    <RelativeLayout
    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_height="wrap_content"
        android:layout_weight="1">
        android:layout_weight="1"
        android:layoutDirection="ltr">


        <FrameLayout
        <FrameLayout
            android:id="@+id/left_hvac_container"
            android:id="@+id/left_hvac_container"