1.概述
在进行定制开发的功能需求方面,Launcher3的需求也挺多的,单双层抽屉高斯模糊毛玻璃背景功能也是一个需求功能,最近按照功能需求来开发 双层抽屉高斯模糊毛玻璃效果背景的功能
效果图如图:
2. Launcher3双层(抽屉)高斯模糊(毛玻璃)背景功能的实现的核心代码
packages\apps\Launcher3\res\layout\launcher.xml
packages\apps\Launcher3\res\layout\scrim_view.xml
packages\apps\Launcher3\quickstep\src\com\android\quickstep\views\ShelfScrimView.java
3. Launcher3双层(抽屉)高斯模糊(毛玻璃)背景功能的实现功能分析
3.1 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_p