mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Tint task bar based on sampling of colors in the area
TODO: Add transition animation Bug: 193938970 Test: manual Change-Id: I0ffb94e0f11d47685a268ee8d057b6997f3a2ff6
This commit is contained in:
@@ -115,7 +115,7 @@ public class TaskbarActivityContext extends ContextThemeWrapper implements Activ
|
||||
R.layout.taskbar, null, false);
|
||||
TaskbarView taskbarView = mDragLayer.findViewById(R.id.taskbar_view);
|
||||
FrameLayout navButtonsView = mDragLayer.findViewById(R.id.navbuttons_view);
|
||||
View stashedHandleView = mDragLayer.findViewById(R.id.stashed_handle);
|
||||
StashedHandleView stashedHandleView = mDragLayer.findViewById(R.id.stashed_handle);
|
||||
|
||||
// Construct controllers.
|
||||
mControllers = new TaskbarControllers(this,
|
||||
|
||||
Reference in New Issue
Block a user