mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Design review updates for Taskbar Pinning
Changes: - icon allignment animation for taskbar diviver view - taskbar divider background color according to spec. Test: Manual Bug: 265170176 Flag: ENABLE_TASKBAR_PINNING Change-Id: Ief45e48f4fc9f9b4cc30124c4c93cd3c5a880a33
This commit is contained in:
@@ -514,6 +514,14 @@ public class TaskbarView extends FrameLayout implements FolderIcon.FolderIconPar
|
||||
return mAllAppsButton;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the taskbar divider in the taskbar.
|
||||
*/
|
||||
@Nullable
|
||||
public View getTaskbarDividerView() {
|
||||
return mTaskbarDivider;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the QSB in the taskbar.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user