mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 10:18:20 +00:00
Merge "Tint task bar based on sampling of colors in the area" into sc-v2-dev
This commit is contained in:
@@ -117,7 +117,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