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

Commit 8bf3da51 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Keep system bar layout stable for rtl languages" into rvc-dev am: cf3274b3

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11708146

Change-Id: Ifa1435e437539ad8af56ab52f9e2c37f8b975d9f
parents 595e3e24 cf3274b3
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -29,9 +29,10 @@
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:paddingStart="20dp"
        android:gravity="center"
        android:layoutDirection="ltr"
        android:paddingEnd="20dp"
        android:gravity="center">
        android:paddingStart="20dp">

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

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

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