目录
第一步:修改文件
第二步:修改文件
第三步:重新编译源码,启动模拟器
第四步、运行效果
第一步:修改文件
源码文件路径: packages/apps/Launcher3/res/layout/search_container_workspace.xml
,将以下内容注释掉:
<!-- <fragment
android:name="com.android.launcher3.qsb.QsbContainerView$QsbFragment"
android:layout_width="match_parent"
android:tag="qsb_view"
android:layout_height="match_parent"/> -->
第二步:修改文件
源码文件路径: packages/apps/Launcher3/src/com/android/launcher3/Workspace.java
将以下内容注释掉
// CellLayout.LayoutParams lp = new CellLayout.LayoutParams(0, 0, firstPage.getCountX(), 1);
// lp.canReorder = false;
// if (!firstPage.addViewToCellLayout(qsb, 0, R.id.search_container_workspace, lp, true)) {
// Log.e(TAG, "Failed to add to item at (0, 0) to CellLayout");
// }
第三步:重新编译源码,启动模拟器
make -j16
emulator