From 0c8fdd9eb8665e32ad366ef2f8e0cf7023e07019 Mon Sep 17 00:00:00 2001 From: kwaky Date: Fri, 11 Oct 2019 16:05:51 -0700 Subject: [PATCH] Use the up-to-date version of car navigation bar being rendered by the global RRO Test: Manual -- Navigation bars (bottom, left, and right) are rendering and functioning as they did before these changes. App Grid and Notifications buttons are not working on the left and right navigation bars, but I've verified that such was true before these changes, and so it doesn't seem to be a regression caused by them. Bug: 142509189 Change-Id: I84c526b16aa06f144a601856d5ad0052dd9c56d5 --- .../res/layout/car_left_navigation_bar.xml | 14 +++++++++++++ .../res/layout/car_navigation_bar.xml | 20 +++++++++---------- .../res/layout/car_right_navigation_bar.xml | 17 ++++++++++++++++ 3 files changed, 41 insertions(+), 10 deletions(-) diff --git a/packages/CarSystemUI/res/layout/car_left_navigation_bar.xml b/packages/CarSystemUI/res/layout/car_left_navigation_bar.xml index 72ec8d86368d9..94f5b9616d9ae 100644 --- a/packages/CarSystemUI/res/layout/car_left_navigation_bar.xml +++ b/packages/CarSystemUI/res/layout/car_left_navigation_bar.xml @@ -47,6 +47,18 @@ android:paddingBottom="30dp" /> + + + + + @@ -108,13 +109,11 @@ android:layout_height="match_parent" android:layout_weight="1"/> - @@ -124,13 +123,13 @@ android:layout_height="match_parent" android:layout_weight="1"/> - + + - + \ No newline at end of file diff --git a/packages/CarSystemUI/res/layout/car_right_navigation_bar.xml b/packages/CarSystemUI/res/layout/car_right_navigation_bar.xml index 72ec8d86368d9..d36d1d68b276c 100644 --- a/packages/CarSystemUI/res/layout/car_right_navigation_bar.xml +++ b/packages/CarSystemUI/res/layout/car_right_navigation_bar.xml @@ -25,6 +25,9 @@ android:orientation="vertical" android:background="@drawable/system_bar_background"> + + + + +