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

Commit 31f56e48 authored by Rakesh Iyer's avatar Rakesh Iyer Committed by Android (Google) Code Review
Browse files

Merge "Make car nav bar center it's children."

parents 2fbeaa27 ea277edc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_height="match_parent"
    android:layout_width="match_parent"
    android:gravity="center"
    android:background="@drawable/system_bar_background">

    <!-- phone.NavigationBarView has rot0 and rot90 but we expect the car head unit to have a fixed
@@ -29,7 +30,6 @@
    <LinearLayout
        android:layout_height="match_parent"
        android:layout_width="@dimen/car_navigation_bar_width"
        android:layout_gravity="center"
        android:orientation="horizontal"
        android:clipChildren="false"
        android:clipToPadding="false"