diff options
| -rw-r--r-- | packages/SystemUI/res/layout/car_navigation_bar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/car_navigation_bar.xml b/packages/SystemUI/res/layout/car_navigation_bar.xml index 4b6929f8549d..999dbac3b8bc 100644 --- a/packages/SystemUI/res/layout/car_navigation_bar.xml +++ b/packages/SystemUI/res/layout/car_navigation_bar.xml @@ -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" |