Android 10.0 Launcher3 去掉底部箭头布局

在系统原生10.0 Launcher3的双层布局的页面 底部有一个箭头 点击一下箭头会进入apps 页面,其实作用也不大
由于客户需求要求去掉这个箭头布局 今天就来看看这个箭头布局

首先看下launcher.xml布局

<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=

猜你喜欢

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