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

Commit a606ff29 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: I036bd5a72c14e983b6c8394f81edf5dfcfe49f9d
parents 13f35c60 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"