zl程序教程

您现在的位置是:首页 >  移动开发

当前栏目

Android 11.0 Launcher3 去掉Hotseat

Android 去掉 11.0 launcher3
2023-09-14 09:05:06 时间

1.概述

在11.0 产品定制化开发中 由产品需求Launcher3 页面布局的原因,要求Launcher3 需要去掉Hotseat 不显示Hotseat下面几个图标,而做满屏app的显示,从而达到美观的效果,下面就来分析去掉Hotseat从而实现这个功能

2.Launcher3 去掉Hotseat的核心类

packages/apps/Launcher3/res/layout/launcher.xml
packages/apps/Launcher3/src/com/android/launcher3/DeviceProfile.java

3.Launcher3 去掉Hotseat的核心功能分析和实现

在Launcher3中主页面就是launcher.xml布局,hotseat布局也在这里面,所以隐藏hotseat可以从这里
先看launcher.xml的布局
首先看下launcher.xml的布局

3.1 launcher.xml中hotseat布局

<com.android.launcher3.LauncherRootView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher