OSDN Git Service

Adding new Style of decor windows for Car use case.
authorBrad Stenning <stenning@google.com>
Mon, 18 Dec 2017 16:25:10 +0000 (08:25 -0800)
committerBrad Stenning <stenning@google.com>
Fri, 9 Feb 2018 17:29:19 +0000 (09:29 -0800)
commit078235b17d3aadc78196e41c21759fa40c0df5d4
tree682bc6debcc247f03656bd529088f146c578de0a
parentd83226fd8d2de11f6993240b337fca0201ab8a05
Adding new Style of decor windows for Car use case.
This allows for left, right or bottom navigation bars that can be
configured with xml files

Bug: 62364016
Test: Manual

Change-Id: If0c27ce30fa126491caf715f0e949134f93cdeaf
16 files changed:
packages/SystemUI/res/drawable/car_ic_hvac.xml [new file with mode: 0644]
packages/SystemUI/res/drawable/car_ic_notification.xml [new file with mode: 0644]
packages/SystemUI/res/drawable/car_ic_overview.xml [new file with mode: 0644]
packages/SystemUI/res/layout/car_facet_button.xml [new file with mode: 0644]
packages/SystemUI/res/layout/car_left_navigation_bar.xml [new file with mode: 0644]
packages/SystemUI/res/layout/car_navigation_bar.xml
packages/SystemUI/res/layout/car_navigation_button.xml
packages/SystemUI/res/layout/car_right_navigation_bar.xml [new file with mode: 0644]
packages/SystemUI/res/values/attrs_car.xml [new file with mode: 0644]
packages/SystemUI/res/values/config_car.xml
packages/SystemUI/src/com/android/systemui/statusbar/car/CarFacetButton.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/statusbar/car/CarFacetButtonController.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/statusbar/car/CarNavigationBarController.java [deleted file]
packages/SystemUI/src/com/android/systemui/statusbar/car/CarNavigationBarView.java
packages/SystemUI/src/com/android/systemui/statusbar/car/CarNavigationButton.java
packages/SystemUI/src/com/android/systemui/statusbar/car/CarStatusBar.java