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