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

Commit eb50ccf8 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 am: a606ff29

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

Change-Id: I7d6e1c0bbe8cf0cd7bf6da93ce276be6375f6411
parents 9ec2dc87 a606ff29
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"