OSDN Git Service

Theme fixit for Car Sys UI
authorHeemin Seog <hseog@google.com>
Wed, 13 Mar 2019 20:49:24 +0000 (13:49 -0700)
committerHeemin Seog <hseog@google.com>
Mon, 18 Mar 2019 18:44:15 +0000 (11:44 -0700)
commit0d5e018ab5a951bbbae152aa2cbbea4f1b2c700c
treea424be9e8930bea5a76d0b3d38d03f345e137e0c
parent5b07ac09d81a11e7aef1767c4af7685f4804ed5e
Theme fixit for Car Sys UI

Notifications to use recyclerview in CarSysUI
SysUI UserSwitcher changes for PLV -> RecyclerView
Car SysUI Volume PLV -> RecyclerView

Bug: 128545260
Test: manual
Change-Id: Ic618b85d6836cfc9e4bb9b40c9ba3c0e0a96af76
17 files changed:
packages/CarSystemUI/Android.bp
packages/CarSystemUI/res/layout/car_fullscreen_user_switcher.xml
packages/CarSystemUI/res/layout/car_qs_panel.xml
packages/CarSystemUI/res/layout/car_volume_dialog.xml
packages/CarSystemUI/res/layout/car_volume_item.xml [new file with mode: 0644]
packages/CarSystemUI/res/layout/notification_center_activity.xml
packages/CarSystemUI/res/values/colors.xml
packages/CarSystemUI/res/values/dimens.xml
packages/CarSystemUI/res/values/styles.xml
packages/CarSystemUI/res/values/themes.xml
packages/CarSystemUI/src/com/android/systemui/notifications/NotificationsUI.java
packages/CarSystemUI/src/com/android/systemui/qs/car/CarQSFragment.java
packages/CarSystemUI/src/com/android/systemui/statusbar/car/FullscreenUserSwitcher.java
packages/CarSystemUI/src/com/android/systemui/statusbar/car/UserGridRecyclerView.java
packages/CarSystemUI/src/com/android/systemui/volume/CarVolumeDialogImpl.java
packages/CarSystemUI/src/com/android/systemui/volume/CarVolumeItem.java [new file with mode: 0644]
packages/CarSystemUI/src/com/android/systemui/volume/CarVolumeItemAdapter.java [new file with mode: 0644]