zl程序教程

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

当前栏目

Android 10.0 SystemUI 下拉通知栏每条通知去掉灰色的背景

Android 背景 通知 去掉 10.0 灰色 SystemUI
2023-09-14 09:05:08 时间

在对SystemUI的定制中,当对通知栏每条通知背景实现圆角背景时,会发现有灰色的背景很不美观,所以就要想办法去掉这个灰色背景
如下图这样的灰色背景
在这里插入图片描述

现在先看通知的布局从布局文件着手看问题

status_bar_notification_row.xml

<com.android.systemui.statusbar.notification.row.ExpandableNotificationRow
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"