launcher 壁纸与功能表背景一致,功能表背景透明

来源:互联网 发布:萨拉戈萨大学 知乎 编辑:程序博客网 时间:2024/05/15 02:36

1、修改res/layout/apps_customize_pane.xml文件


<com.android.launcher.AppsCustomizeTabHost

     xmlns:android="http://schemas.android.com/apk/res/android"

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

    android:background="#FF000000">

中黑色颜色值#FF000000改为透明色#00000000


2、修改com/android/launcher/Launcher.java

将updateWallpaperVisibility(false),全部替换为updateWallpaperVisibility(true)


经过这两步编译出来的launcher 可以看到设置壁纸的同时,功能表背景也变化了,两者一致


原创粉丝点击