Jeff@Li:
--- a/frameworks/base/packages/SystemUI/res/layout/status_bar_notification_section_header.xml
+++ b/frameworks/base/packages/SystemUI/res/layout/status_bar_notification_section_header.xml
@@ -21,6 +21,7 @@
android:layout_height="@dimen/notification_section_header_height"
android:focusable="true"
android:clickable="true"
+ android:background="@drawable/qs_background_primary"
>
@@ -38,6 +39,7 @@ android:layout_height="match_parent" android:gravity="center_vertical" android:orientation="horizontal" + android:background="@drawable/qs_background_primary" > android 11 代码不是这样的,这地方有出入,按照这样修改完,通知不展开时不是圆角,请及时反馈一下