Android 11.0 Launcher3 去掉Hotseat

在11.0 产品开发中 要求Launcher3 去掉Hotseat 不显示Hotseat下面几个图标
代码如下:
1.launcher.xml中hotseat布局

<com.android.launcher3.LauncherRootView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res-auto"
android:id="@+id/launcher"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true">

猜你喜欢

转载自blog.csdn.net/baidu_41666295/article/details/124695669