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

Commit cf3274b3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents ebe62e48 a0a4e6bc
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"