当前位置:   article > 正文

Android 10.0SystemUI下拉状态栏背景为透明去掉阴影_android 12 systemui notificationshade透明背景处理

android 12 systemui notificationshade透明背景处理

对于SystemUI 状态栏的定制也是非常多的,最近有需求要求在下拉状态栏时,背景去掉原来的灰色,改为透明色
所以就要从状态栏下拉中,找到灰色背景是怎么生成的

接下来先看下
StatusBar
从相关的布局文件xml中可以找到状态栏主要的Layout:
SystemUI下拉通知栏的布局为super_status_bar.xml

<!-- This is the combined status bar / notification panel window. -->
<com.android.systemui.statusbar.phone.StatusBarWindowView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:fitsSystemWindows
  • 1
  • 2
  • 3
  • 4
  • 5
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/2023面试高手/article/detail/120584
推荐阅读
相关标签
  

闽ICP备14008679号