Android 10.0下拉通知栏 通知列表 添加通知头

定制化开发中,对SystemUI通知栏ui进行定制,在状态栏展开布局中status_bar_expanded.xml中可以看通知栏的布局

<com.android.systemui.statusbar.phone.NotificationPanelView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:systemui="http://schemas.android.com/apk/res-auto"
    android:id="@+id/notification_panel"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@android:color/

你可能感兴趣的:(android,framework,Notification,通知栏添加通知头,下拉通知栏添加通知消息通知头)