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

Commit e74fdb57 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:...

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

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

Change-Id: I71f271056485697347c4d5f59ea4a8b7f2d4ca9b
parents e76545ad 2a653f2f
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"