zl程序教程

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

当前栏目

Android 10.0 SystemUI修改下拉通知栏每条通知的圆角背景

Android 修改 背景 通知 10.0 圆角 SystemUI
2023-09-14 09:05:08 时间

1.概述

在10.0的产品定制化开发中,对SystemUI定制化各式各样的,而对于下拉通知栏每条通知的背景修改为圆角背景也是重要的功能,首先需要从相关布局中查看相关代码

2.SystemUI修改下拉通知栏每条通知的圆角背景的核心类

frameworks/base/packages/SystemUI/res/layout/status_bar_notification_row.xml
frameworks/base/packages/SystemUI/res/layout/status_bar_notification_section_header.xml
frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ActivatableNotificationView.java
frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java

3.SystemUI修改下拉通知栏每条通知的圆角背景的核心功能分析和实现

在systemui的通知栏每条通知的就是通知的布局文件为status_bar_notification_row.xml
所以具体分析通知的布局文件为status_bar_notification_row.xml解决问题

3.1对布局文件添加圆角背景为

qs_background_primary.xml