mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Hide workspace text in multi-window mode.
* Vertically centers workspace icons. * New iconDisplay value so shortcut text is not overriden. Bug: 32176631 Change-Id: I86753bab5b24aafc417e0f77d8c471fc4c0dc7f0
This commit is contained in:
@@ -618,7 +618,9 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler {
|
||||
|
||||
public void setIsHotseat(boolean isHotseat) {
|
||||
mIsHotseat = isHotseat;
|
||||
mShortcutsAndWidgets.setIsHotseat(isHotseat);
|
||||
mShortcutsAndWidgets.setContainerType(isHotseat
|
||||
? ShortcutAndWidgetContainer.HOTSEAT
|
||||
: ShortcutAndWidgetContainer.DEFAULT);
|
||||
}
|
||||
|
||||
public boolean isHotseat() {
|
||||
|
||||
Reference in New Issue
Block a user