Android8.1 Launcher3 禁止在HotSeat创建文件夹
这个是上篇博客遗留的问题,本来准备和修改文件夹样式一起修改的,但是发现并不是一起的,所以单独列出来;
网上搜了一下,参考这篇博客
Launcher3将hotseat栏固定,禁止拖动,禁止形成文件夹
但是这篇博客的代码和我的代码不一样,于是再次找资源,没发现合适的,只能自己苦逼的看代码。
仍然是参考了那篇博客,我直接在
src/com/android/launcher3/Workspace.java -> createUserFolderIfNecessary()
内部进行判断
boolean createUserFolderIfNecessary(View newView, long container, CellLayout target,
int[] targetCell, float distance, boolean external, DragView dragView,
Runnable postAnimationRunnable) {