Merge "Keep system bar layout stable for rtl languages" into rvc-dev am: cf3274b3ba
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11708146 Change-Id: I036bd5a72c14e983b6c8394f81edf5dfcfe49f9d
This commit is contained in:
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user