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/

猜你喜欢

转载自blog.csdn.net/baidu_41666295/article/details/123701793